summaryrefslogtreecommitdiff
path: root/msvc/libopl.vcproj
AgeCommit message (Collapse)Author
2012-02-10Make optimization settings consistent (static libraries do not supportJames Haley
function-level linking.....). Also, use similar optimizer settings to the ones used by Eternity (favor speed over size, intrinsics on, inline any suitable, link-time code generation, function-level linking *in the exe only*, omit frame pointers, etc. Subversion-branch: /branches/v2-branch Subversion-revision: 2499
2011-02-12Bug fix for save/load/name your character menus, and some tweaks to theJames Haley
project files. Subversion-branch: /branches/strife-branch Subversion-revision: 2256
2010-09-10Post-merge fixes: Created project for OPL library. Fixed OPL library toJames Haley
not use GNU C-isms such as inline keyword, declaration/statement mixing, and strange calling convention syntax for import function pointers. Fixed critical buffer overflow in M_BindChatControls - should be back-merged immediately. Added autogenerated directories *back* to ignore list. Subversion-branch: /branches/strife-branch Subversion-revision: 2052