Merged in Governor-Tarkin/swg-src (pull request #17)
[swg-src.git] / tools / SwgGodClientClean.pl
blobd5378dcfd123a35a18c77a97c6715d0125a308a7
1 #!/usr/bin/perl -w
2 use BuildFunctions;
6 ###
7 # Copyright (C)2000-2002 Sony Online Entertainment Inc.
8 # All Rights Reserved
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 ##########