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.
34 lines
503 B
34 lines
503 B
|
|
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=tq
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=console
|
|
|
|
#USE_MSVCRT=1
|
|
USE_LIBCMT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
|
|
|
|
INCLUDES=..\port;\
|
|
$(BASE_INC_PATH); \
|
|
$(DDK_INC_PATH); \
|
|
$(DDK_INC_PATH)\wdm
|
|
|
|
SOURCES=tq.c \
|
|
exqueue.c \
|
|
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|