vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 03 Oct 2013 10:34:10 +0200
changeset 2764 dfac4cae11e9
parent 2684 5c89e4f509c0
child 2731 13f5be2bf83b
permissions -rw-r--r--
Added GroovySourceHighlighter
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
@REM -------
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2346
diff changeset
     2
@REM make using Microsoft Visual C compiler
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
@REM type vcmake, and wait...
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
@REM -------
2329
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
     6
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
     7
@if not defined VSINSTALLDIR (
2538
a45aa5e33a75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2402
diff changeset
     8
    pushd ..\rules
a45aa5e33a75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2402
diff changeset
     9
    call vcsetup.bat
a45aa5e33a75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2402
diff changeset
    10
    popd
2329
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    11
)
2684
5c89e4f509c0 subprojects (accidently added) removed....
Michael Beyl <mb@exept.de>
parents: 2678
diff changeset
    12
make.exe -N -f bc.mak -DUSEVC %*
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2346
diff changeset
    13
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2346
diff changeset
    14