Windows NT 4.0 source code leak
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
340 B

!include ..\rules.mk
!IFDEF RELEASE
CFLAGS = -Os -Gs -nologo -AM
AFLAGS =-Zi -W2 -Mx -t -DSETUP
!ELSE
CV = /co
CFLAGS = -qc -nologo -AM -DDEBUG -Zi
AFLAGS =-Zi -W2 -Mx -t -DSETUP -DDEBUG
CINC = $(RPC_RT_INC_PATH)
!ENDIF
.c.obj:
$(CC) -c $(CINC) -I.. $(CFLAGS) $(DEFS) $*.c
.asm.obj:
$(IMPORT)\masm\bin\masm $(AFLAGS) $<, $@;