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.
 
 
 
 
 
 

26 lines
494 B

# sources
# Author: PDC 96 Sample
# Date: 06-Feb-1996
#
# Describes the macros used for building using NT 'build' command
#
MAJORCOMP=PDC96
MINORCOMP=slottery
DLLBASE=0x100000
TARGETNAME=slottery
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib \
DLLENTRY = DllLibMain
USE_CRTDLL=1
INCLUDES=..\..\server
SOURCES= \
main.c \