File: lcp.bat

package info (click to toggle)
libxpp2-java 2.1.10-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 1,640 kB
  • ctags: 1,679
  • sloc: java: 10,309; xml: 601; makefile: 11
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
set _CLASSPATHCOMPONENT=%1
:argCheck
if %2a==a goto gotAllArgs
shift
set _CLASSPATHCOMPONENT=%_CLASSPATHCOMPONENT% %1
goto argCheck
:gotAllArgs
set LOCALCLASSPATH=%_CLASSPATHCOMPONENT%;%LOCALCLASSPATH%