X-Git-Url: http://git.hcoop.net/clinton/Virtual-Jaguar-Rx.git/blobdiff_plain/25251f31e1982f69878f65fc92c117be76ec0e26..f6eb33e689fbe0fd88d910b23b62a4e64ecf87cb:/virtualjaguar.pro diff --git a/virtualjaguar.pro b/virtualjaguar.pro index db75531..19bd96a 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 @@ -118,10 +120,14 @@ HEADERS = \ src/debugger/DWARFManager.h \ src/debugger/memory1browser.h \ src/debugger/heapallocatorbrowser.h \ - src/debugger/brkWin.h \ - src/debugger/VideoWin.h \ + src/debugger/BreakpointsWin.h \ + src/debugger/VideoWin.h + src/debugger/FilesrcListWin.h \ src/debugger/callstackbrowser.h \ src/debugger/exceptionvectortablebrowser.h \ + src/debugger/NewFnctBreakpointWin.h \ + src/debugger/CartFilesListWin.h \ + src/debugger/SaveDumpAsWin.h \ src/log.h \ src/unzip.h \ src/crc32.h \ @@ -169,10 +175,14 @@ SOURCES = \ src/debugger/DWARFManager.cpp \ src/debugger/memory1browser.cpp \ src/debugger/heapallocatorbrowser.cpp \ - src/debugger/brkWin.cpp \ + src/debugger/BreakpointsWin.cpp \ src/debugger/VideoWin.cpp \ + src/debugger/FilesrcListWin.cpp \ src/debugger/exceptionvectortablebrowser.cpp \ src/debugger/callstackbrowser.cpp \ + src/debugger/NewFnctBreakpointWin.cpp \ + src/debugger/CartFilesListWin.cpp \ + src/debugger/SaveDumpAsWin.cpp \ src/log.cpp \ src/unzip.cpp \ src/crc32.cpp \