Work around fix for a compilation error on Linux
[clinton/Virtual-Jaguar-Rx.git] / virtualjaguar.pro
index 9a76664..fa4be73 100644 (file)
@@ -4,6 +4,8 @@
 # by James Hammons\r
 # Copyright (C) 2011 Underground Software\r
 #\r
+# Modified by Jean-Paul Mari\r
+#\r
 # See the README and GPLv3 files for licensing and warranty information\r
 #\r
 # NOTE: M68000 core is built and linked in as a library, so there should be no\r
@@ -90,6 +92,7 @@ HEADERS = \
        src/gui/filethread.h \\r
        src/gui/gamepad.h \\r
        src/gui/generaltab.h \\r
+       src/gui/modelsbiostab.h \       \r
        src/gui/keybindingstab.h \\r
        src/gui/glwidget.h \\r
        src/gui/help.h \\r
@@ -104,9 +107,12 @@ HEADERS = \
        src/gui/debug/opbrowser.h \\r
        src/gui/debug/riscdasmbrowser.h \\r
        src/gui/debug/stackbrowser.h \\r
+       src/gui/debug/hwregsbrowser.h \\r
        src/debugger/debuggertab.h \\r
        src/debugger/DasmWin.h \\r
        src/debugger/m68kDasmWin.h \\r
+       src/debugger/SourcesWin.h \\r
+       src/debugger/SourceCWin.h \\r
        src/debugger/DBGManager.h \\r
        src/debugger/DSPDasmWin.h \\r
        src/debugger/GPUDasmWin.h \\r
@@ -117,14 +123,20 @@ HEADERS = \
        src/debugger/DWARFManager.h \\r
        src/debugger/memory1browser.h \\r
        src/debugger/heapallocatorbrowser.h \\r
-       src/debugger/brkWin.h \\r
-       src/debugger/VideoWin.h \\r
+       src/debugger/BreakpointsWin.h \\r
+       src/debugger/VideoWin.h \r
+       src/debugger/FilesrcListWin.h \\r
+       src/debugger/callstackbrowser.h \\r
        src/debugger/exceptionvectortablebrowser.h \\r
+       src/debugger/NewFnctBreakpointWin.h \\r
+       src/debugger/CartFilesListWin.h \\r
+       src/debugger/SaveDumpAsWin.h \\r
        src/log.h \\r
        src/unzip.h \\r
        src/crc32.h \\r
        src/settings.h \\r
-       src/file.h\r
+       src/file.h \\r
+       src/LEB128.h\r
 \r
 SOURCES = \\r
        src/gui/about.cpp \\r
@@ -138,6 +150,7 @@ SOURCES = \
        src/gui/filethread.cpp \\r
        src/gui/gamepad.cpp \\r
        src/gui/generaltab.cpp \\r
+       src/gui/modelsbiostab.cpp \\r
        src/gui/keybindingstab.cpp \\r
        src/gui/glwidget.cpp \\r
        src/gui/help.cpp \\r
@@ -152,9 +165,12 @@ SOURCES = \
        src/gui/debug/opbrowser.cpp \\r
        src/gui/debug/riscdasmbrowser.cpp \\r
        src/gui/debug/stackbrowser.cpp \\r
+       src/gui/debug/hwregsbrowser.cpp \\r
        src/debugger/debuggertab.cpp \\r
        src/debugger/DasmWin.cpp \\r
        src/debugger/m68kDasmWin.cpp \\r
+       src/debugger/SourcesWin.cpp \\r
+       src/debugger/SourceCWin.cpp \\r
        src/debugger/DBGManager.cpp \\r
        src/debugger/DSPDasmWin.cpp \\r
        src/debugger/GPUDasmWin.cpp \\r
@@ -165,12 +181,18 @@ SOURCES = \
        src/debugger/DWARFManager.cpp \\r
        src/debugger/memory1browser.cpp \\r
        src/debugger/heapallocatorbrowser.cpp \\r
-       src/debugger/brkWin.cpp \\r
+       src/debugger/BreakpointsWin.cpp \\r
        src/debugger/VideoWin.cpp \\r
+       src/debugger/FilesrcListWin.cpp \\r
        src/debugger/exceptionvectortablebrowser.cpp \\r
+       src/debugger/callstackbrowser.cpp \\r
+       src/debugger/NewFnctBreakpointWin.cpp \\r
+       src/debugger/CartFilesListWin.cpp \\r
+       src/debugger/SaveDumpAsWin.cpp \\r
        src/log.cpp \\r
        src/unzip.cpp \\r
        src/crc32.cpp \\r
        src/settings.cpp \\r
-       src/file.cpp\r
+       src/file.cpp \\r
+       src/LEB128.cpp\r
                
\ No newline at end of file