vcmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 18 Dec 2019 10:57:25 +0100
changeset 6767 3cf55e16d823
parent 5802 b6e5d2a52ea0
child 5810 ff31884ac479
permissions -rwxr-xr-x
#UI_ENHANCEMENT by cg class: Windows8ToolbarIconLibrary class added: #fileTypeVideoIcon removed: #fileTypeVideosIcon changed: #fileTypeCPlusPlusSourceIcon #fileTypeCSourceIcon #fileTypeHeaderFileIcon #fileTypeJavaScriptSourceIcon #fileTypeJavaSourceIcon #fileTypeLispSourceIcon #fileTypeSmalltalkSourceIcon

@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=

make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*