source: branches/ant-install-branch/gsdl3/gs3-compile.bat@ 9785

Last change on this file since 9785 was 9068, checked in by kjdon, 19 years ago

added .in file renaming to install script and moved compiling code to gs3-compile.bat

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 715 bytes
Line 
1:: ---- COMPILATION ----
2call gs3-setup.bat
3
4:: Make MG and MGPP jar files, and install them
5cd %GSDL3HOME%\packages\mg
6call winMake compile javaonly
7call winMake install javaonly
8
9cd %GSDL3HOME%\packages\mgpp
10call winMake compile javaonly
11call winMake install javaonly
12
13cd %GSDL3HOME%
14call gs3-setup.bat
15
16cd %GSDL3HOME%\packages\vishnu
17call make.bat
18call make.bat install
19
20cd %GSDL3HOME%
21call gs3-setup.bat
22
23cd %GSDL3HOME%
24call gs3-setup.bat
25call make.bat
26call make.bat install
27
28:: ---- COPY JAR FILES ----
29:: Any jar files used by applets need to go into the web\lib directory
30cd %GSDL3HOME%
31copy lib\java\phind.jar web\lib
32copy lib\java\xml-apis.jar web\lib
33copy lib\java\xercesImpl.jar web\lib
34
35cd %GSDL3HOME%
36
Note: See TracBrowser for help on using the repository browser.