vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 26 Sep 2013 19:32:55 +0200
changeset 4793 68401d3e41f6
parent 4515 d2021e9c1a5f
child 4795 0fc75d79e472
child 4846 cd2e0b754655
permissions -rwxr-xr-x
Completion support refactored: - created an abstract superclass to ease customization of completion support. - stx_libwidg class>>classNamesAndAttributes fixed so classes are listed in load order and package checker does not report any issues.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4076
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     1
@REM -------
4515
d2021e9c1a5f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4454
diff changeset
     2
@REM make using Microsoft Visual C compiler
4076
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     3
@REM type vcmake, and wait...
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
     5
@REM -------
3729
524919e3d888 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
4344
8b593f2ebb63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4267
diff changeset
     7
@if not defined VSINSTALLDIR (
4515
d2021e9c1a5f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4454
diff changeset
     8
    call ..\rules\vcsetup.bat
4344
8b593f2ebb63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4267
diff changeset
     9
)
4515
d2021e9c1a5f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4454
diff changeset
    10
make.exe -N -f bc.mak -DUSEVC %*
4076
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    11
4515
d2021e9c1a5f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4454
diff changeset
    12