Populated Bestine Capitol Building with missing NPCs. Also spawns several other missi...
[swg-src.git] / tools / allClientBuildClean.pl
blob5bccd6f0b9834beba30198fd2c469b547fa51e36
1 #!/usr/bin/perl -w
2 use BuildFunctions;
4 ###
5 # Copyright (C)2000-2002 Sony Online Entertainment Inc.
6 # All Rights Reserved
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 $
12 ###
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 ##########