src/share/tools/ProjectCreator/ProjectCreator.java

changeset 4392
7d42f3b08300
parent 4153
b9a9ed0f8eeb
child 5500
31f3b1e1c5e5
equal deleted inserted replaced
4349:805aa223d540 4392:7d42f3b08300
34 + "already exist>"); 34 + "already exist>");
35 System.err.println(" -envVar <environment variable to be inserted " 35 System.err.println(" -envVar <environment variable to be inserted "
36 + "into .dsp file, substituting for path given in " 36 + "into .dsp file, substituting for path given in "
37 + "-sourceBase. Example: HotSpotWorkSpace>"); 37 + "-sourceBase. Example: HotSpotWorkSpace>");
38 System.err.println(" -dllLoc <path to directory in which to put " 38 System.err.println(" -dllLoc <path to directory in which to put "
39 + "jvm.dll and jvm_g.dll; no trailing slash>"); 39 + "jvm.dll; no trailing slash>");
40 System.err.println(" If any of the above are specified, " 40 System.err.println(" If any of the above are specified, "
41 + "they must all be."); 41 + "they must all be.");
42 System.err.println(" Additional, optional arguments, which can be " 42 System.err.println(" Additional, optional arguments, which can be "
43 + "specified multiple times:"); 43 + "specified multiple times:");
44 System.err.println(" -absoluteInclude <string containing absolute " 44 System.err.println(" -absoluteInclude <string containing absolute "

mercurial