7 # Copyright (C)2000-2002 Sony Online Entertainment Inc.
10 # Title: SwgGodClientClean.pl
11 # Description: Build release and debug SWGGameServer. Emails the resulting log files to gmcdaniel.
12 # @author $Author: gmcdaniel $
13 # @version $Revision: #3 $
20 ########## MAIN ##########
26 # Delete compile directory for clean build
28 system("c:\\4nt302\\4nt /c del /s /y ..\\src\\compile");
31 ## End of Delete compile directory for clean build
39 # Build Projects and Check for Errors
41 build_project
("SwgGodClient");
42 Check_For_Warnings_and_Errors
("SwgGodClient","SwgGodClient.exe");
45 ## End of Build Projects and Check for Errors
48 ########## END OF MAIN ##########