5 # Copyright (C)2000-2002 Sony Online Entertainment Inc.
8 # Title: allClientBuildClean.pl
9 # Description: Builds all_Client debug and release and sends log files to gmcdaniel
10 # @author $Author: gmcdaniel $
11 # @version $Revision: #3 $
19 ########## MAIN ##########
24 # Delete compile directory for clean build
26 system("c:\\4nt302\\4nt /c del /s /y ..\\src\\compile");
29 ## End of Delete compile directory for clean build
35 # Build Projects and Check for Errors
37 build_project
("_all_client");
38 Check_For_Warnings_and_Errors
("_all_client","_all_client");
41 ## End of Build Projects and Check for Errors
46 ########## END OF MAIN ##########