mirror of https://github.com/tongzx/nt5src
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.
30 lines
547 B
30 lines
547 B
# sources
|
|
# Author: George V. Reilly (GeorgeRe)
|
|
# Date: 17-May-1999
|
|
#
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=IisRtl
|
|
MINORCOMP=sched-test
|
|
|
|
TARGETNAME=sched-test
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMENTRY=main
|
|
UMAPPL=sched-test
|
|
UMTYPE=console
|
|
UMLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\gisrtl.lib \
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=.;..\..\..\inc; \
|
|
$(BASEDIR)\public\sdk\inc; \
|
|
$(BASEDIR)\private\inc; \
|
|
|
|
SOURCES= \
|
|
sched-test.cpp \
|