mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
521 B
22 lines
521 B
!include $(RPC)\midlnew\rules.mk
|
|
|
|
# Build platform-specific variables
|
|
!if "$(BLD)"=="nt"
|
|
PREGRAM = $(SYSTEMROOT)\idw\midlpg.exe
|
|
YACC = $(SYSTEMROOT)\idw\midlyacc.exe
|
|
EBASE = $(SYSTEMROOT)\idw\midleb.exe
|
|
!else
|
|
PREGRAM = $(BASEDIR)\pg\midlpg.exe
|
|
YACC = $(YACCDIR)\midlyacc.exe
|
|
EBASE = $(ERECDIR)\midleb.exe
|
|
!endif
|
|
|
|
MKTABLE = $(BASEDIR)\mktable
|
|
RPCCMP = $(BASEDIR)\rpccmp
|
|
RPCCC = $(CCPLR)\BIN
|
|
EDBGEN = $(BASEDIR)\edbgen.exe
|
|
YESS = $(BASEDIR)\ye.exe
|
|
MIDLINCL = ..\include
|
|
M0_OBJDIR = .
|
|
M1_OBJDIR = .
|
|
M2_OBJDIR = .
|