summaryrefslogtreecommitdiffhomepage
path: root/release/libs/win32/msvc
AgeCommit message (Collapse)Author
2018-07-22Updated MSVC lib releaseraysan5
2018-04-02Update release to latest raylib versionraysan5
Note that only some lib versions have been updated
2018-01-15Review releases, removed external dependencies-
Not required any more!
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-19Updated raylib VS2015 projectRay San
2017-10-12Added glfw3 msvc libraysan5
2017-10-11Updated release libraries for win32/mingw32Ray San
2017-10-11Reorganize release and dependenciesRay San