gecko-dev/cck/build
petitta%netscape.com ec44de4258 Updated info 1999-04-07 19:22:55 +00:00
..
CCKBuild.bat Modified path logic 1999-04-07 19:14:38 +00:00
WizardMachine.dep New build file 1999-04-05 21:06:29 +00:00
WizardMachine.mak New build file 1999-04-05 21:06:29 +00:00
bdate.bat New build files 1999-04-05 21:01:37 +00:00
date.pl modified date algorithium 1999-04-07 19:15:23 +00:00
readme.txt Updated info 1999-04-07 19:22:55 +00:00

readme.txt

				CCK Read Me


What are all of these files?
-------------------------

bdate.bat - Sets the environment var, BuildID, to the value given it by the PERL script date.pl.
The BuildID var is used to name the repository folder.

CCKBuild.bat - Build automation file for this whole build processs.  Paths, in the script will have
to updated to work on a machine other than mine.  I plan to move this to PERL to better script the
build process for portability.

ReadMe.txt - Um, uh, well....  DUH!

date.pl - PERL script that creates a the date that is used to name the repository folder.  Called
by CCKBuild.bat.

WizardMachine.mak - Make file for WizardMachine.  Details below.....

WizardMachine.dep - The dependancy file for WizardMachine.mak.  Put both WizardMachine.mak 
and WizardMachine.dep in the mozilla/cck/driver folder to build the WizardMachine project. 
To build this project issue the commands:

NMAKE /f "WizardMachine.mak" CFG="WizardMachine - Win32 Debug"
or
NMAKE /f "WizardMachine.mak" CFG="WizardMachine - Win32 Release"

The commands above should be executed in the same folder as the WizardMachine.mak and .dep 
files. When complete, you should end up with nice shiny new .exe, .obj's, .pch and .res files in a
"release" or "debug" folder, depending on the command issued from above.





Doc Omner:

Frank (petitta@netscape.com)
X6378