X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/0203b5fd6f49dbc4f4244417c095882eb9882d49..e841a69c763514f7f76b7289b06a0d6f663224cf:/virtualjaguar.pro diff --git a/virtualjaguar.pro b/virtualjaguar.pro index d209466..e66a3b0 100644 --- a/virtualjaguar.pro +++ b/virtualjaguar.pro @@ -4,6 +4,8 @@ # by James Hammons # Copyright (C) 2011 Underground Software # +# Modified by Jean-Paul Mari +# # See the README and GPLv3 files for licensing and warranty information # # NOTE: M68000 core is built and linked in as a library, so there should be no @@ -90,6 +92,7 @@ HEADERS = \ src/gui/filethread.h \ src/gui/gamepad.h \ src/gui/generaltab.h \ + src/gui/modelsbiostab.h \ src/gui/keybindingstab.h \ src/gui/glwidget.h \ src/gui/help.h \ @@ -111,7 +114,6 @@ HEADERS = \ src/debugger/DSPDasmWin.h \ src/debugger/GPUDasmWin.h \ src/debugger/HWLABELManager.h \ - src/debugger/VideoWin.h \ src/debugger/ELFManager.h \ src/debugger/allwatchbrowser.h \ src/debugger/localbrowser.h \ @@ -119,12 +121,16 @@ HEADERS = \ src/debugger/memory1browser.h \ src/debugger/heapallocatorbrowser.h \ src/debugger/brkWin.h \ + src/debugger/VideoWin.h + src/debugger/FilesrcListWin.h \ + src/debugger/callstackbrowser.h \ src/debugger/exceptionvectortablebrowser.h \ src/log.h \ src/unzip.h \ src/crc32.h \ src/settings.h \ - src/file.h + src/file.h \ + src/LEB128.h SOURCES = \ src/gui/about.cpp \ @@ -138,6 +144,7 @@ SOURCES = \ src/gui/filethread.cpp \ src/gui/gamepad.cpp \ src/gui/generaltab.cpp \ + src/gui/modelsbiostab.cpp \ src/gui/keybindingstab.cpp \ src/gui/glwidget.cpp \ src/gui/help.cpp \ @@ -159,7 +166,6 @@ SOURCES = \ src/debugger/DSPDasmWin.cpp \ src/debugger/GPUDasmWin.cpp \ src/debugger/HWLABELManager.cpp \ - src/debugger/VideoWin.cpp \ src/debugger/ELFManager.cpp \ src/debugger/allwatchbrowser.cpp \ src/debugger/localbrowser.cpp \ @@ -167,10 +173,14 @@ SOURCES = \ src/debugger/memory1browser.cpp \ src/debugger/heapallocatorbrowser.cpp \ src/debugger/brkWin.cpp \ + src/debugger/VideoWin.cpp \ + src/debugger/FilesrcListWin.cpp \ src/debugger/exceptionvectortablebrowser.cpp \ + src/debugger/callstackbrowser.cpp \ src/log.cpp \ src/unzip.cpp \ src/crc32.cpp \ src/settings.cpp \ - src/file.cpp + src/file.cpp \ + src/LEB128.cpp \ No newline at end of file