1
0

変数を使う時の捜索順を変更

This commit is contained in:
otya128
2015-07-06 22:14:55 +09:00
parent c466670b5f
commit 3c14a80890
5 changed files with 51 additions and 16 deletions

View File

@@ -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" />