forked from ivmai/JCGO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stdpaths.in
40 lines (29 loc) · 872 Bytes
/
stdpaths.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
##
# @(#) $(JCGO)/stdpaths.in --
# response file containing "core" source paths for the "JCGO" translator.
##
## Standard usage (JCGO translator invocation):
# jcgo -d <OutputDir> <YourAppMainClass> @$~/stdpaths.in
#
## For small ASCII/Latin1/UTF8-only applications, use "clsp_asc":
# jcgo <YourAppMainClass> -src $~/goclsp/clsp_asc @$~/stdpaths.in
#
## Notes:
# "-src" is an alias for "-sourcepath";
# the order (of paths) is significant.
#-src $~/goclsp/clsp_asc
-src $~/goclsp/clsp_fix
-src $~/goclsp/clsp_ldr
#-src $~/goclsp/clsp_pgk
#-src $~/goclsp/clsp_pqt
-src $~/goclsp/clsp_res
#-src $~/goclsp/fpvm
-src $~/goclsp/vm
-src $~/goclsp/noopmain
-src $~/goclsp/vm_str
-src $~/miscsrc/jpropjav
-src $~/rflg_out
-src $~/classpath-0.93
-src $~/classpath-0.93/external/relaxngDatatype
-src $~/classpath-0.93/external/sax
-src $~/classpath-0.93/external/w3c_dom