aboutsummaryrefslogtreecommitdiff
path: root/project/vs2015
AgeCommit message (Collapse)Author
2018-05-10Reorganized project templates folderRay
2018-04-15Updated project to link default C lib staticallyraysan5
2018-01-17Reviewed VS2015 projectsRay
- Support OpenGL 1.1 if selected macro - Corrected MSVC compiler issues with (void *) data - Removed raylib.dll project - Created DEBUG_DLL and RELEASE_DLL configurations
2017-12-23Updated VS2015 projectsraysan5
Removed GLFW3 and OpenAL Soft dependencies
2017-11-04Compile DLL avoiding extra dependenciesraysan5
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin>dumpbin.exe D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll /DEPENDENTS Microsoft (R) COFF/PE Dumper Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll File Type: DLL Image has the following dependencies: KERNEL32.dll glfw3.dll OpenAL32.dll Summary 4000 .data 1000 .gfids 23000 .rdata 5000 .reloc 1000 .rsrc 68000 .text 1000 _RDATA
2017-11-03Rebuild dynamic libs for MSVC (VS2015)Ray San
Added support for raylib DLL building on MSVC
2017-10-29Updated VS2015 project include and link pathsraysan5
2017-10-19Updated raylib VS2015 projectRay San
2017-07-08Added command line compiling with MSVCraysan5
That's just a reference file, needs review
2017-07-02Review VS2015 projects configurationsraysan5
2017-04-07Corrected project pathsRay
2017-04-01Remove Lua lib from vs2015Ray
2016-11-24Remove useless fileraysan5
2016-08-25Reviewed project includesraysan5
2016-08-08Removed x64 configurationraysan5
It could be added in a future if required...
2016-08-08Visual Studio 2015 projectraysan5