変数を使う時の捜索順を変更
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<cccmd>$(CC) -c</cccmd>
|
||||
<ccTransOpt>1</ccTransOpt>
|
||||
<program>$(DMDInstallDir)windows\bin\dmd.exe</program>
|
||||
<imppath />
|
||||
<imppath>$(DMDInstallDir)src</imppath>
|
||||
<fileImppath />
|
||||
<outdir>$(ConfigurationName)</outdir>
|
||||
<objdir>$(OutDir)</objdir>
|
||||
@@ -89,8 +89,8 @@
|
||||
<cv2pdbOptions />
|
||||
<objfiles />
|
||||
<linkswitches />
|
||||
<libfiles />
|
||||
<libpaths />
|
||||
<libfiles>DerelictSDL2.lib;DerelictUtil.lib</libfiles>
|
||||
<libpaths>$(DMDInstallDir)windows\lib\</libpaths>
|
||||
<deffile />
|
||||
<resfile />
|
||||
<exefile>$(OutDir)\$(ProjectName).exe</exefile>
|
||||
@@ -210,6 +210,7 @@
|
||||
<File path="main.d" />
|
||||
<File path="node.d" />
|
||||
<File path="parser.d" />
|
||||
<File path="petitcomputer.d" />
|
||||
<File path="token.d" />
|
||||
<File path="type.d" />
|
||||
<File path="VM.d" />
|
||||
|
||||
Reference in New Issue
Block a user