File: lcp.bat

package info (click to toggle)
libxpp3-java 1.1.4c-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,020 kB
  • sloc: java: 24,333; xml: 817; sh: 81; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (13)
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%