VS2017 project updates
[clinton/Virtual-Jaguar-Rx.git] / virtualjaguar.pro
index db75531..e66a3b0 100644 (file)
@@ -4,6 +4,8 @@
 # by James Hammons\r
 # Copyright (C) 2011 Underground Software\r
 #\r
 # 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
 # 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
@@ -119,7 +121,8 @@ HEADERS = \
        src/debugger/memory1browser.h \\r
        src/debugger/heapallocatorbrowser.h \\r
        src/debugger/brkWin.h \\r
        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/debugger/callstackbrowser.h \\r
        src/debugger/exceptionvectortablebrowser.h \\r
        src/log.h \\r
@@ -171,6 +174,7 @@ SOURCES = \
        src/debugger/heapallocatorbrowser.cpp \\r
        src/debugger/brkWin.cpp \\r
        src/debugger/VideoWin.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/debugger/exceptionvectortablebrowser.cpp \\r
        src/debugger/callstackbrowser.cpp \\r
        src/log.cpp \\r