From 3d4ceeee9b7ec0cf84751b7ce3d24f31aaa81f66 Mon Sep 17 00:00:00 2001 From: Jean-Paul Mari Date: Thu, 7 Sep 2017 03:51:11 -0400 Subject: [PATCH] Release notes and VS2015 modifications Could also be useful to put back my sync. --- .gitignore | 62 +++++++++++++++++--- VS2015/jaguarcore/jaguarcore.vcxproj | 1 + VS2015/jaguarcore/jaguarcore.vcxproj.filters | 3 + docs/vj_ReleaseNotes.txt | 1 + 4 files changed, 58 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e98ddc5..56d9873 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,57 @@ -makefile-qt +Assets/ + +debug/ + +eeproms/ + obj/ -src/m68000/obj/ + +release/ + +Screenshots/ + +software/ + src/version.h -virtualjaguar -virtualjaguar.log + src/*~ + +src/*/*.bak + +src/m68000/obj/ + src/m68000/*~ -eeproms/*.eep -software/ -build/ -regression-test/ -*~ + +VS2015/x64/Archives/ + +VS2015/*/x64/ + +VS2015/*/*_VS2015-DebugSetup.txt + +VS2015/*/ReadMe.txt + +VS2015/.vs/ + +VS2015/obj/ + +VS2015/Win32/ + +VS2015/x64/ + +VS2015/virtualjaguar.vcxproj.txt + +VS2015/virtualjaguar_VS2015-DebugSetup.txt + +VS2015/virtualjaguar.VC.db +*.bak + +makefile-qt +makefile-qt*.* + +object_script.virtualjaguar*.* + +.qmake.stash + +virtualjaguar.WinMerge + +VS2015/virtualjaguar.VC.db \ No newline at end of file diff --git a/VS2015/jaguarcore/jaguarcore.vcxproj b/VS2015/jaguarcore/jaguarcore.vcxproj index 20a50bc..549aeae 100644 --- a/VS2015/jaguarcore/jaguarcore.vcxproj +++ b/VS2015/jaguarcore/jaguarcore.vcxproj @@ -162,6 +162,7 @@ + diff --git a/VS2015/jaguarcore/jaguarcore.vcxproj.filters b/VS2015/jaguarcore/jaguarcore.vcxproj.filters index 153f113..b682b2d 100644 --- a/VS2015/jaguarcore/jaguarcore.vcxproj.filters +++ b/VS2015/jaguarcore/jaguarcore.vcxproj.filters @@ -45,6 +45,9 @@ Header Files + + Header Files + diff --git a/docs/vj_ReleaseNotes.txt b/docs/vj_ReleaseNotes.txt index d3f6be9..d083f92 100644 --- a/docs/vj_ReleaseNotes.txt +++ b/docs/vj_ReleaseNotes.txt @@ -102,6 +102,7 @@ Project information 7) SDL 1.2.15 library 64bits for VS 2015 8) The original make files have been modified to follow the requirements and modifications 9) The 'Rx' word has been added to the emulator name to make distinction with the original version +10) The project source is set at https://github.com/djipi/Virtual-Jaguar-Rx Download statistics -- 2.20.1