Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

39 lines
677 B

!IF 0
Copyright (C) Microsoft Corporation, 1998 - 1999
Module Name:
sources.
!ENDIF
TARGETNAME=redbook
TARGETPATH=obj
TARGETTYPE=DYNLINK
PRECOMPILED_INCLUDE=pch.h
PRECOMPLIED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj
USE_MSVCRT=1
USE_LIBCMT=1
INCLUDES=..\..\redbook; \
..\..\redbook\$(O); \
$(BASE_INC_PATH); \
$(DDK_INC_PATH); \
$(DDK_INC_PATH)\wdm
SOURCES=redbook.rc \
redbook.c \
help.c \
kdext.c
UMTYPE=windows
DLLDEF=$(O)\redbook.def
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
DLLENTRY=_DllMainCRTStartup
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_