Skip to content

Commit b7ae7bf

Browse files
Jonathan MooreJonathan Moore
authored andcommitted
Initial Commit
1 parent bd64c19 commit b7ae7bf

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

developer/administrator/cue.pri

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
MK nmake /c $*
2+
MAKE nmake /c $*
3+
BLD build $*
4+
BZ build -ZP $*
5+
BZZ build -ZP $*
6+
BCZ build -cZP $*
7+
COFF link $*
8+
LINK32 link $*
9+
USE net use $*
10+
.. cd ..\$*
11+
SELF cd /d %_NTDRIVE%%_NTROOT%\developer\%USERNAME%\$*
12+
LIB link -lib $*
13+
14+
ADMIN cd /d %_NTDRIVE%%_NTROOT%\admin\$*
15+

0 commit comments

Comments
 (0)