Author: Mike Byrne
Date: 08:27:28 02/18/05
Go up one level in this thread
On February 18, 2005 at 10:48:45, Charles Roberson wrote: > > Just tried the MS command line compiler last weekend on my program. > It uses standard methodology so: > > 1. Compile the c files to create the objects without linking > cl /EHsc *.c -c > 2. Link together all the objects > cl /EHsc *.obj -o crafty > > Now, there may be some extra libraries to link in on line 2. the > make file will tell what they are. Also, you may need to add any > pre assemble assembler files to the last line. > > If you need more help, tell me where to get what you are trying to > compile and I'll give it a try. > > Charles this works fine - but thanks anyway "nmake -f Makefile.nt"
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.