Skip to content

Commit 60dc246

Browse files
committed
Seperated release and nightly symbol file names. Added symbol files for vendor dll's
Signed-off-by: ccw808 <ccw808@googlemail.com>
1 parent a4e0a3a commit 60dc246

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

mak.vs2008/lua5.1_dll.vcproj

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
RuntimeTypeInfo="true"
136136
UsePrecompiledHeader="0"
137137
WarningLevel="3"
138-
DebugInformationFormat="0"
138+
DebugInformationFormat="3"
139139
CompileAs="1"
140140
DisableSpecificWarnings="4996"
141141
/>
@@ -155,7 +155,11 @@
155155
LinkIncremental="1"
156156
AdditionalLibraryDirectories="../lib"
157157
ModuleDefinitionFile="../src/lua5.1.def"
158-
GenerateDebugInformation="false"
158+
GenerateDebugInformation="true"
159+
ProgramDatabaseFile="C:/Symbols/$(ConfigurationName)_$(SafeParentName).pdb"
160+
GenerateMapFile="true"
161+
MapFileName="C:/Symbols/$(ConfigurationName)_$(SafeParentName).map"
162+
MapExports="true"
159163
SubSystem="2"
160164
OptimizeReferences="2"
161165
EnableCOMDATFolding="2"
@@ -220,7 +224,7 @@
220224
RuntimeTypeInfo="true"
221225
UsePrecompiledHeader="0"
222226
WarningLevel="3"
223-
DebugInformationFormat="0"
227+
DebugInformationFormat="3"
224228
CompileAs="1"
225229
DisableSpecificWarnings="4996"
226230
/>
@@ -240,7 +244,11 @@
240244
LinkIncremental="1"
241245
AdditionalLibraryDirectories="../lib"
242246
ModuleDefinitionFile="../src/lua5.1.def"
243-
GenerateDebugInformation="false"
247+
GenerateDebugInformation="true"
248+
ProgramDatabaseFile="C:/Symbols/$(ConfigurationName)_$(SafeParentName).pdb"
249+
GenerateMapFile="true"
250+
MapFileName="C:/Symbols/$(ConfigurationName)_$(SafeParentName).map"
251+
MapExports="true"
244252
SubSystem="2"
245253
OptimizeReferences="2"
246254
EnableCOMDATFolding="2"

0 commit comments

Comments
 (0)