libs/mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 19 Jan 2013 23:19:12 +0000
branchrefactoring-vmdata
changeset 1985 7c5a14d663ba
parent 1953 1e42ad3fc322
child 2069 75d40b7b986f
permissions -rw-r--r--
Temporary commit. JavaNativeMethod refactored to use new-style native methods. Java VM does not boot at this point.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1821
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     1
@REM -------
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     2
@REM make using mingw gnu compiler
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     3
@REM type mingwmake, and wait...
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     5
@REM -------
1953
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
     6
@SET DEFINES=
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
    10
make.exe -N -f bc.mak -DUSEMINGW=1 %DEFINES% %*
1821
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    11
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    12