tests/vcmake.bat
author Stefan Vogel <sv@exept.de>
Thu, 11 Apr 2019 18:33:00 +0200
branchcvs_MAIN
changeset 3896 0467a3e7cc0f
parent 3336 08a79331ec58
child 3513 5581377e87fa
permissions -rw-r--r--
#REFACTORING by stefan class: JavaNativeMethodImpl_OpenJDK6 class changed: #_java_io_UnixFileSystem_canonicalize0:_: #_java_io_WinNTFileSystem_canonicalize0:_: #_java_io_WinNTFileSystem_canonicalizeWithPrefix0:_:_: use \"asFilename pathName\" instead of \"asFilename asAbsoluteFilename pathName\" ist is equivalent!

@REM -------
@REM make using Microsoft Visual C compiler
@REM type vcmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------

@if not defined VSINSTALLDIR (
    pushd ..\..\rules
    call vcsetup.bat
    popd
)
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*