Can't compile DFL Program
Andrej Mitrovic
andrej.mitrovich at gmail.com
Sat Jul 23 02:12:07 PDT 2011
Look:
msysgit:
$ git clone https://github.com/Rayerd/dfl.git
console:
$ set dmc_path=D:\dm
$ set dmd_path=D:\DMD\dmd2
$ cd dfl\win32\dfl
$ makelib.bat
Wait for it to build, then:
$ set dfl_lib=%cd%\dfl.lib
$ cd..
$ set dfl_import=%cd%
$ cd..
$ cd..
$ mkdir testdfl
Copy this example to test.d: http://wiki.dprogramming.com/Dfl/Tutorial2
$ dmd test.d -I%dfl_import% %dfl_lib%
$ test.exe
And you have your sample application built.
More information about the Digitalmars-d
mailing list