X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/25251f31e1982f69878f65fc92c117be76ec0e26..e841a69c763514f7f76b7289b06a0d6f663224cf:/virtualjaguar.pro diff --git a/virtualjaguar.pro b/virtualjaguar.pro index db75531..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 @@ -119,7 +121,8 @@ HEADERS = \ src/debugger/memory1browser.h \ src/debugger/heapallocatorbrowser.h \ src/debugger/brkWin.h \ - src/debugger/VideoWin.h \ + src/debugger/VideoWin.h + src/debugger/FilesrcListWin.h \ src/debugger/callstackbrowser.h \ src/debugger/exceptionvectortablebrowser.h \ src/log.h \ @@ -171,6 +174,7 @@ SOURCES = \ 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 \