dmd linker and compiler

Rainer Schuetze r.sagitario at gmx.de
Mon Nov 25 23:42:53 PST 2013



On 25.11.2013 22:01, Frustrated wrote:
> set PATH=D:\Dlang\dmd2\windows\\bin;C:\Program Files (x86)\Microsoft
> SDKs\Windows\v7.0A\\\bin;%PATH%
>
> set LIB="C:\Program Files (x86)\Windows Kits\8.1\Lib\win8\um\x86"
> echo. > D:\DLang\Projects\Tests\RTest1\RTest1\Debug DMD
> Win32\RTest1.build.lnkarg
> echo "Debug DMD Win32\RTest1.obj","Debug DMD Win32\RTest1.exe_cv","Debug
> DMD Win32\RTest1.map",user32.lib+ >>
> D:\DLang\Projects\Tests\RTest1\RTest1\Debug DMD Win32\RTest1.build.lnkarg
> echo kernel32.lib/NOMAP/CO/NOI /nologo >>
> D:\DLang\Projects\Tests\RTest1\RTest1\Debug DMD Win32\RTest1.build.lnkarg

There seem to be quotes missing around the lnkarg file, it contains 
spaces in the configuration name.


More information about the Digitalmars-d-learn mailing list