vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 11 Oct 2017 23:37:38 +0100
branchjv
changeset 6215 c6976b98f3c3
parent 5810 ff31884ac479
child 6360 1091acf82a3e
permissions -rw-r--r--
Issue #130: Fixed support for indenting by tab Allow indent a block of code by selecting a range of lines and pressing 'tab'. The behavior implemented is the same as the one in Sublime Text editor since I found it intuitive enough.
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 (
4795
0fc75d79e472 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4515
diff changeset
     8
    pushd ..\rules
0fc75d79e472 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4515
diff changeset
     9
    call vcsetup.bat
0fc75d79e472 Completion support refactored:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 4515
diff changeset
    10
    popd
4344
8b593f2ebb63 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 4267
diff changeset
    11
)
5161
60b3731acbd9 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4795
diff changeset
    12
@SET DEFINES=
5438
41aac91432b5 initial checkin
Claus Gittinger <cg@exept.de>
parents: 5161
diff changeset
    13
5161
60b3731acbd9 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4795
diff changeset
    14
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
4076
e3679211bd16 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3928
diff changeset
    15
4515
d2021e9c1a5f automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4454
diff changeset
    16
5161
60b3731acbd9 initial checkin
Claus Gittinger <cg@exept.de>
parents: 4795
diff changeset
    17
5802
b6e5d2a52ea0 New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 5438
diff changeset
    18