vcmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 18 Dec 2019 18:41:40 +0100
branchcvs_MAIN
changeset 893 044507d8af03
parent 844 a3d9f2dd3648
permissions -rw-r--r--
#BUGFIX by cg class: SCMAbstractFileoutLikeTask added: #suppressBuildSupportFiles: changed: #suppresBuildSupportFiles:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
844
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using Microsoft Visual C compiler
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type vcmake, and wait...
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
@if not defined VSINSTALLDIR (
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
    pushd ..\rules
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
    call vcsetup.bat
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
    popd
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
)
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
@SET DEFINES=
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
@if not exist common goto skip_stx_libscm_common
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
@echo "***********************************"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
@echo "Building stx/libscm/common"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
@echo "***********************************"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
@pushd common
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
@call vcmake %1 %2 || exit /b "%errorlevel%"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
@popd
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
@goto done_stx_libscm_common
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
:skip_stx_libscm_common
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
@echo "###################################"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
@echo "FOLDER MISSING: stx/libscm/common"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
@echo "###################################"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
exit /b 1
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
:done_stx_libscm_common
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
@if not exist mercurial goto skip_stx_libscm_mercurial
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
@echo "***********************************"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
@echo "Building stx/libscm/mercurial"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
@echo "***********************************"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
@pushd mercurial
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
@call vcmake %1 %2 || exit /b "%errorlevel%"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
@popd
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
@goto done_stx_libscm_mercurial
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
:skip_stx_libscm_mercurial
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
@echo "###################################"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
@echo "FOLDER MISSING: stx/libscm/mercurial"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
@echo "###################################"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
exit /b 1
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
:done_stx_libscm_mercurial
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
@if not exist github goto skip_stx_libscm_github
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
@echo "***********************************"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
@echo "Building stx/libscm/github"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
@echo "***********************************"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
@pushd github
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
@call vcmake %1 %2 || exit /b "%errorlevel%"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
@popd
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
@goto done_stx_libscm_github
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
:skip_stx_libscm_github
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
@echo "###################################"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
@echo "FOLDER MISSING: stx/libscm/github"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
@echo "###################################"
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
exit /b 1
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
:done_stx_libscm_github
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
a3d9f2dd3648 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63