星期日, 8月 20, 2006

install bakefile 2.0 by installer on windows

download bakefile-0.2.0-setup.exe
install it
test code reference here
---test msvc---
vcvas32
nmake /f makefile.vc clean
nmake /f makefile.vc DEBUG=1
hello
---test msvc6prj---
bakefile -f msvc6prj hello.bkl
open dsw and build
caution default setting is Release
---test mingw---
SET PATH=C:\MinGW\bin;%PATH%
mingw32-make -f makefile.gcc clean
mingw32-make -f makefile.gcc
hello


沒有留言: