On Tuesday, 1 January 2013 at 14:45:09 UTC, Namespace wrote:
make -fwin32.mak release
So release is a make target.
Then I get:
D:\D\dmd2\src\dmd>make -fwin32.mak release
Strange... wind32.mak is supposed to be inside
"somepath"/dmd/src, but you are calling it from "somepath"/dmd.
Did you move the makefile? you should be calling:
D:\D\dmd2\src\dmd\src>make -fwin32.mak release
cd cppunit-1.12.1\src\cppunit
--- errorlevel 1
--- errorlevel 1
What's wrong? o.O
Because you are in the worng dir the cd fails.