vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 28 Jan 2018 23:13:36 +0000
changeset 57 8cd259e11b9e
parent 40 d766d4c854a2
child 71 7329192efb9d
permissions -rw-r--r--
Variable objects: added support for composite types ...such as arrays, structs and unions: * renamed `VDBVariablePresenter` to more generic `GDBVsriableOjbectPresenter` * added support for hierarchy of `GDBVsriableOjbectPresenter` to show members of composite types in frame application.

@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 ..\..\stx\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% %*