gecko-dev/cck/build/readme.txt
petitta%netscape.com d8078acb29 add more info
1999-04-07 17:08:52 +00:00

39 lines
1.2 KiB
Plaintext

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.
Issue the commands:
NMAKE /f "WizardMachine.mak" CFG="WizardMachine - Win32 Debug"
or
NMAKE /f "WizardMachine.mak" CFG="WizardMachine - Win32 Release"
And 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