1
0
Fork 0

Move nukedopl to libs

This way there's no need to reformat the nukedopl code to adhere to
DOSBox coding conventions.
This commit is contained in:
Patryk Obara 2020-01-04 00:46:59 +01:00 committed by Patryk Obara
parent 64b90ab930
commit f4609262bf
8 changed files with 17 additions and 7 deletions

View file

@ -14,6 +14,9 @@ endif
dosbox_SOURCES = dosbox.cpp $(ico_stuff)
dosbox_LDADD = cpu/libcpu.a debug/libdebug.a dos/libdos.a fpu/libfpu.a hardware/libhardware.a gui/libgui.a \
ints/libints.a misc/libmisc.a shell/libshell.a hardware/mame/libmame.a \
hardware/serialport/libserial.a libs/gui_tk/libgui_tk.a libs/decoders/libdecoders.a
hardware/serialport/libserial.a \
libs/decoders/libdecoders.a \
libs/gui_tk/libgui_tk.a \
libs/nuked/libnuked.a
EXTRA_DIST = winres.rc dosbox.ico