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.
 
 
 
 
 
 

23 lines
518 B

#----------------------------------------------------------------------------
#
# MAKEFILE for TESTEVNT
#
# - DEBUG
# - NT WINDOWS (32-bit)
#
#----------------------------------------------------------------------------
!include <ntwin32.mak>
SRC = ..\SRC
INC = ..\INC
# WIN32_VP = -DWIN32_VP
CL = $(cc) $(cflags) -nologo -W3 -c -Gsw -Od -DWIN -DWIN32 -DDEBUG -DOLDSWH $(WIN32_VP) -I$(INC)
LINK = $(link)
CVTOBJ = $(cvtobj)
RC = rc -I$(INC) -DDEBUG -DWIN32
OUT = @echo>&3
DEBUG = foobar
!INCLUDE ..\SRC\MAKE32