Check potential non-existent global variables found in the DWARF information
[clinton/Virtual-Jaguar-Rx.git] / virtualjaguar.pro
index 613bfdf..7d33423 100644 (file)
@@ -90,6 +90,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
@@ -111,19 +112,23 @@ HEADERS = \
        src/debugger/DSPDasmWin.h \\r
        src/debugger/GPUDasmWin.h \\r
        src/debugger/HWLABELManager.h \\r
-       src/debugger/VideoWin.h \\r
        src/debugger/ELFManager.h \\r
        src/debugger/allwatchbrowser.h \\r
+       src/debugger/localbrowser.h \\r
        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/FilesrcListWin.h \\r
+       src/debugger/callstackbrowser.h \\r
        src/debugger/exceptionvectortablebrowser.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
@@ -137,6 +142,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
@@ -158,17 +164,21 @@ SOURCES = \
        src/debugger/DSPDasmWin.cpp \\r
        src/debugger/GPUDasmWin.cpp \\r
        src/debugger/HWLABELManager.cpp \\r
-       src/debugger/VideoWin.cpp \\r
        src/debugger/ELFManager.cpp \\r
        src/debugger/allwatchbrowser.cpp \\r
+       src/debugger/localbrowser.cpp \\r
        src/debugger/DWARFManager.cpp \\r
        src/debugger/memory1browser.cpp \\r
        src/debugger/heapallocatorbrowser.cpp \\r
        src/debugger/brkWin.cpp \\r
+       src/debugger/VideoWin.cpp \\r
+       src/debugger/FilesrcListWin.cpp \\r
        src/debugger/exceptionvectortablebrowser.cpp \\r
+       src/debugger/callstackbrowser.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