summaryrefslogtreecommitdiff
path: root/win32/VS2015
Commit message (Collapse)AuthorAgeFilesLines
* Fix DLL errors and Additional Library DirectoriesOrestes Zoupanos2016-05-172-8/+8
|
* Fix VS2015 dynamic builds by adding DLL_EXPORT to CFLAGSRicardo Constantino (:RiCON)2016-05-111-4/+4
| | | | Needed after 6e96173.
* fix build settings for DLL project, runtime library must be linked to DLL ↵uraymeiviar2016-05-119-90/+90
| | | | too to prevent heap deallocation error
* Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project ↵uraymeiviar2016-05-1119-0/+5889
settings to produce .dll file instead of .lib