Pbmake PBMake is a make engine, work also for Clipper, Xbase++, C and ASM Run PBMAKE one time to create MAKE.BAT, and then... Make <Filename make script> [/ALL] [/D...][/D...][/D...][up to 7] where <Filename> is the name of the MAKE script where [/ALL] will cause all modules to rebuild have Support conditional directives will performing actions just before/after the compile process Jump to Editor on Compile Failure
EXEFILE=DEMO\PBMAKE.EXE LINKFILE=DEMO.LNK OBJDIR=DEMO\OBJ\ #IFNDEF DEBUG FLAG1= /M /N /W /Q /ES2 /DDEMO #ELSE FLAG1= /M /N /W /Q /ES2 /DDEMO /B #ENDIF SUCCESS=PKLITE DEMO\PBMAKE -E -A We need a custom version for harbour In my opinion is similar to brmake so I suggest Viktor and or PrzemyslaW verify wich can be replacement for hbmake Probably brmake is ready and tested with [x]harbour Either are written in PRG Either will a good make system for compile either require modification for having same project file on multiple architecture -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Barnett Sent: Saturday, October 25, 2008 1:40 AM To: harbour@harbour-project.org Subject: Re: R: [Harbour] RE: Harbour Digest, Vol 24, Issue 104 On Friday 24 October 2008 04:12:50 am Massimo Belgrano wrote: > Good but not open source All you have to do is ask. I have no problem releasing it under GPL. -- "Ninety percent of politicians give the other 10 percent a bad name." -- Henry Kissinger _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour