Changeset 260
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r224 r260 9 9 2. Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32/trunk, 10 10 configure with configure.cmd --use-oldlib) 11 3a. Java 1.5.0 (so far, download link is to be clarified)12 3b. JAXB 2.1 (http s://jaxb.dev.java.net/2.1/JAXB2_20061211.jar,11 3a. OpenJDK 1.6.0 Build 19 RC or later (http://svn.netlabs.org/java/) 12 3b. JAXB 2.1 (http://jaxb.java.net/2.1/JAXB2_20061211.jar, 13 13 install it with java -jar JAXB2_20061211.jar) 14 14 4a. Ant 1.8.1 (http://ant.apache.org/bindownload.cgi) -
trunk/env.cmd
r174 r260 125 125 126 126 /* 127 * add boot JDK tools to BEGINLIBPATH 128 */ 129 call EnvAddFront 'BEGINLIBPATH', G.PATH_TOOL_BOOT_JDK'\bin' 130 131 /* 127 132 * bash is required for the build 128 133 */ … … 169 174 * @todo temporarily disable some components 170 175 */ 171 call EnvSet 'BUILD_CORBA', 'false'172 call EnvSet 'BUILD_JAXP', 'false'173 call EnvSet 'BUILD_JAXWS', 'false'174 176 call EnvSet 'OS2_TEMP', 'true' 175 177
Note:
See TracChangeset
for help on using the changeset viewer.