Skip to content

Commit

Permalink
Fix XP support and more.
Browse files Browse the repository at this point in the history
  • Loading branch information
thelink2012 committed Jun 22, 2016
1 parent 5666028 commit 38d9c46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.3.4 (Jun 22 2016)
------------------------
* Support for GTA III, Vice City and San Andreas.
* Support for Fastman92 Limit Adjuster 32 bit id limits.

v0.3.3 (Jun 19 2016)
------------------------
* Support for III/VC splash sprites.
Expand Down
1 change: 1 addition & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ solution "modloader"
toolset "v120_xp"
configuration "vs2015"
toolset "v140_xp"
buildoptions { "/Zc:threadSafeInit-" }

project "docs"
dummyproject()
Expand Down
2 changes: 1 addition & 1 deletion release.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set CL=/MP
premake5 --file=release.lua prepare --toolset=vs2013
premake5 --file=release.lua prepare --toolset=vs2015
pause
goto:eof

0 comments on commit 38d9c46

Please sign in to comment.