Update MSVC project to compile with lua
minor changes to remove need for C features unsupported by MS Visual C
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
Project files for MS Visual Studio 2010
|
||||
Edit project properties to set proper include and libraries directory for SDL 1.2
|
||||
and SDL image 1.2
|
||||
Project files for MS Visual Studio 2010 :
|
||||
|
||||
By default the project expect SDL 1.2 SDL Image 1.2 and Lua 5.3 to be installed
|
||||
in directories :
|
||||
..\..\..\..\SDL-1.2.15
|
||||
..\..\..\..\SDL_image-1.2.12
|
||||
..\..\..\..\lua
|
||||
|
||||
That is, if grafX2 sources are in C:\stuff\code\grafX2
|
||||
Visual studio project files are in C:\stuff\code\grafX2\project\msvc
|
||||
and it is expected you have C:\stuff\lua etc.
|
||||
|
||||
Download precompiled libraries from :
|
||||
|
||||
https://www.libsdl.org/download-1.2.php :
|
||||
https://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip
|
||||
|
||||
https://www.libsdl.org/projects/SDL_image/release-1.2.html
|
||||
https://www.libsdl.org/projects/SDL_image/release/SDL_image-devel-1.2.12-VC.zip
|
||||
|
||||
http://luabinaries.sourceforge.net/
|
||||
https://sourceforge.net/projects/luabinaries/files/5.3.4/Windows%20Libraries/Static/
|
||||
|
||||
Reference in New Issue
Block a user