Added a sorting filter in the all watches window
[clinton/Virtual-Jaguar-Rx.git] / virtualjaguar.pro
index 60043d3..7d33423 100644 (file)
@@ -119,15 +119,16 @@ HEADERS = \
        src/debugger/memory1browser.h \\r
        src/debugger/heapallocatorbrowser.h \\r
        src/debugger/brkWin.h \\r
-       src/debugger/VideoWin.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/modelsBIOS.h \\r
-       src/file.h\r
+       src/file.h \\r
+       src/LEB128.h\r
 \r
 SOURCES = \\r
        src/gui/about.cpp \\r
@@ -171,12 +172,13 @@ SOURCES = \
        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/modelsBIOS.cpp \    \r
-       src/file.cpp\r
+       src/file.cpp \\r
+       src/LEB128.cpp\r
                
\ No newline at end of file