Skip to content

Commit 53f953f

Browse files
authored
fix ml path for vs 2015 for real this time
1 parent 101afca commit 53f953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vpc_scripts/source_dll_win32_base.vpc

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $Project
114114
$CustomBuildStep
115115
{
116116
// General
117-
$CommandLine "$QUOTE$(VCInstallDir)Tools\MSVC\bin\ml.exe$QUOTE /safeseh /c /Cp /Zi /Fo$QUOTE$(IntDir)$(InputName).obj$QUOTE $QUOTE$(InputPath)$QUOTE"
117+
$CommandLine "$QUOTE$(VCInstallDir_140)bin\ml.exe$QUOTE /safeseh /c /Cp /Zi /Fo$QUOTE$(IntDir)$(InputName).obj$QUOTE $QUOTE$(InputPath)$QUOTE"
118118
$Description "Compiling pointeroverride.asm"
119119
$Outputs "$(IntDir)\$(InputName).obj"
120120
}

0 commit comments

Comments
 (0)