commit f2042da13067be18f36f14d8f217d1f9e3763905
Author: James Haley <haleyjd@hotmail.com>
AuthorDate: Tue Sep 13 01:22:03 2011 +0000
Commit: James Haley <haleyjd@hotmail.com>
CommitDate: Tue Sep 13 01:22:03 2011 +0000
Generate .map files for release builds in the Visual Studio project.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2375
---
msvc/strife.vcproj | 1 +
1 file changed, 1 insertion(+)
diff --git a/msvc/strife.vcproj b/msvc/strife.vcproj
index b99e9459..3da8c266 100644
--- a/msvc/strife.vcproj
+++ b/msvc/strife.vcproj
@@ -150,6 +150,7 @@
LinkIncremental="0"
IgnoreDefaultLibraryNames="msvcrtd"
GenerateDebugInformation="false"
+ GenerateMapFile="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"