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.
 
 
 
 
 
 

47 lines
734 B

#----------------------------------------------------------------------------
#
# Description:
#
# sources file for test program for cryptapi
#
# History:
#
# 11/29/94 larrys created
#
#----------------------------------------------------------------------------
MAJORCOMP=stress
MINORCOMP=EXE
TARGETNAME=stress
TARGETPATH=..\bin
TARGETTYPE=PROGRAM
LINKLIBS=\
$(CLIBS)
INCLUDES= $(NTINCLUDES); \
..\..\inc;
!if "$(NTDEBUG)" != ""
C_DEFINES= -DTEST_VERSION $(C_DEFINES)
!else
C_DEFINES= $(C_DEFINES)
!endif
TARGETLIBS=\
$(BASEDIR)\public\sdk\lib\*\advapi32.lib
SOURCES=\
stress.c \
stress.rc
USE_CRTDLL=1
UMTYPE=console
UMENTRY=main
UMTEST=
UMAPPL=
UMLIBS=