- Timestamp:
- Sep 27, 2011 8:34:53 AM (9 years ago)
- Branches:
- master
- Children:
- b62b668
- Parents:
- b0ce258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/c/jcpuid/build.sh
rb0ce258 r40d3aa9 3 3 cd `dirname $0` 4 4 5 case `uname -s r` in5 case `uname -s` in 6 6 MINGW*|CYGWIN*) 7 7 echo "Building windows .dlls";; … … 22 22 CC="gcc" 23 23 24 case `uname -s r` in24 case `uname -s` in 25 25 MINGW*|CYGWIN*) 26 26 JAVA_HOME="/c/software/j2sdk1.4.2_05"
Note: See TracChangeset
for help on using the changeset viewer.