Release notes and VS2015 modifications
authorJean-Paul Mari <djipi.mari@gmail.com>
Thu, 7 Sep 2017 07:51:11 +0000 (03:51 -0400)
committerJean-Paul Mari <djipi.mari@gmail.com>
Thu, 7 Sep 2017 07:51:11 +0000 (03:51 -0400)
Could also be useful to put back my sync.

.gitignore
VS2015/jaguarcore/jaguarcore.vcxproj
VS2015/jaguarcore/jaguarcore.vcxproj.filters
docs/vj_ReleaseNotes.txt

index e98ddc5..56d9873 100644 (file)
@@ -1,13 +1,57 @@
-makefile-qt
+Assets/
+
+debug/
+
+eeproms/
+
 obj/
 obj/
-src/m68000/obj/
+
+release/
+
+Screenshots/
+
+software/
+
 src/version.h
 src/version.h
-virtualjaguar
-virtualjaguar.log
+
 src/*~
 src/*~
+
+src/*/*.bak
+
+src/m68000/obj/
+
 src/m68000/*~
 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
index 20a50bc..549aeae 100644 (file)
     <ClInclude Include="..\..\src\mmu.h" />
     <ClInclude Include="..\..\src\settings.h" />
     <ClInclude Include="..\..\src\tom.h" />
     <ClInclude Include="..\..\src\mmu.h" />
     <ClInclude Include="..\..\src\settings.h" />
     <ClInclude Include="..\..\src\tom.h" />
+    <ClInclude Include="..\..\src\unzip.h" />
     <ClInclude Include="..\..\src\_MSC_VER\config.h" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\src\_MSC_VER\config.h" />
   </ItemGroup>
   <ItemGroup>
index 153f113..b682b2d 100644 (file)
@@ -45,6 +45,9 @@
     <ClInclude Include="..\..\src\mmu.h">
       <Filter>Header Files</Filter>
     </ClInclude>
     <ClInclude Include="..\..\src\mmu.h">
       <Filter>Header Files</Filter>
     </ClInclude>
+    <ClInclude Include="..\..\src\unzip.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\src\blitter.cpp">
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\..\src\blitter.cpp">
index d3f6be9..d083f92 100644 (file)
@@ -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
 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
 
 
 Download statistics