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:
parent
64b90ab930
commit
f4609262bf
8 changed files with 17 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue