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.
 
 
 
 
 
 

16 lines
481 B

#----------------------------------------------------------------------------
#
# MAKEFILE for TESTEVNT
#
# - DEBUG
# - WINDOWS (16-bit)
#
#----------------------------------------------------------------------------
SRC=..\src
INC=..\inc
CL = $(TOOLS)$(BINX)\cl -nologo -AMw -W3 -Zpi -c -Lr -G2sw -Od -DWIN -DWIN16 -DDEBUG -I$(INC)
MASM = $(TOOLS)\BIN\masm /Zi /DmemM=1 /DDEBUG
LINK = $(TOOLS)\BIN\link /noe/nod/co/align:16
OUT = $(TOOLS)\BIN\szscrn
!INCLUDE "..\src\make16"