libs/vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 05 Feb 2013 23:35:59 +0100
branchrefactoring-vmdata
changeset 2023 ce075b5d052f
parent 1953 1e42ad3fc322
child 2380 9195eccdcbd9
permissions -rw-r--r--
Merged 75e48299fc2d and 2e657a7a758b (branch development)
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 Microsoft Visual C compiler
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     3
@REM type vcmake, 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 -------
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     6
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     7
@if not defined VSINSTALLDIR (
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     8
    call ..\..\rules\vcsetup.bat
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
     9
)
1953
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
    10
@SET DEFINES=
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
    11
@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
    12
@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
    13
@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
    14
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
1821
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    15
965b022f6032 initial version if stx:libjava/libs
vranyj1
parents:
diff changeset
    16
1953
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
    17
1e42ad3fc322 Added support Java>>addToClassPath: & Java>>addToSourcePath:. Removed JavaPathElement.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1821
diff changeset
    18