Skip to content

Commit 2688e23

Browse files
committed
Nightly build compile fixes (x64)
1 parent d215a9c commit 2688e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mak.vs2008/lua5.1s_dll.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
<Link>
338338
<ModuleDefinitionFile />
339339
<GenerateDebugInformation>true</GenerateDebugInformation>
340-
<ProgramDatabaseFile>../../../symbols/$(Configuration)_$(PlatformTarget)_$(ProjectName).pdb</ProgramDatabaseFile>
340+
<ProgramDatabaseFile>$(SolutionDir)..\symbols\$(Configuration)_$(SafeRootNamespace).pdb</ProgramDatabaseFile>
341341
<MapFileName />
342342
<SubSystem>Windows</SubSystem>
343343
<OptimizeReferences>true</OptimizeReferences>

0 commit comments

Comments
 (0)