PDA

View Full Version : Who can help me??


chenwww2002
03-07-2003, 07:00 AM
I use arm brew builder to compile brew application ,buit the result isn't *.mod files.;) :(

freepine
03-08-2003, 09:16 PM
you can use command line nmake to make the build as following:
nmake /f helloworld.mak clean
nmake /f helloworld.mak all