source: local/greenstone3/windows-32bit/apache-ant-1.9.5/bin/lcp.bat@ 35465

Last change on this file since 35465 was 35465, checked in by davidb, 3 years ago

Files to help compile up Greenstone3 for Windows. Even on a 64-bit Windows machine, this is the version to checkout and use (Note: Binaries of Greenstone3 for Windows is only available in one form, meaning that it is the 32-bit version we have been producing for Windows, that when installed on a 64-bit Windows OS has the necessary OS support to run

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1REM
2REM Licensed to the Apache Software Foundation (ASF) under one or more
3REM contributor license agreements. See the NOTICE file distributed with
4REM this work for additional information regarding copyright ownership.
5REM The ASF licenses this file to You under the Apache License, Version 2.0
6REM (the "License"); you may not use this file except in compliance with
7REM the License. You may obtain a copy of the License at
8REM
9REM http://www.apache.org/licenses/LICENSE-2.0
10REM
11REM Unless required by applicable law or agreed to in writing, software
12REM distributed under the License is distributed on an "AS IS" BASIS,
13REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14REM See the License for the specific language governing permissions and
15REM limitations under the License.
16REM
17REM
18
19set _CLASSPATHCOMPONENT=%1
20if ""%1""=="""" goto gotAllArgs
21shift
22
23:argCheck
24if ""%1""=="""" goto gotAllArgs
25set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1
26shift
27goto argCheck
28
29:gotAllArgs
30set LOCALCLASSPATH=%LOCALCLASSPATH%;%_CLASSPATHCOMPONENT%
31
Note: See TracBrowser for help on using the repository browser.