33 lines
700 B
Plaintext
33 lines
700 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=setupexts
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SETUPROOT=$(PROJECT_ROOT)\ntsetup;
|
|
|
|
INCLUDES= $(BASE_INC_PATH); \
|
|
$(PROJECT_ROOT)\ntsetup\inc; \
|
|
$(PROJECT_ROOT)\ntsetup\ocmanage\common; \
|
|
$(PROJECT_ROOT)\ntsetup\ocmanage\common\unicode\$(O); \
|
|
$(PROJECT_ROOT)\ntsetup\ocmanage\inc
|
|
|
|
SOURCES=ntsdexts.c \
|
|
winnt32.c \
|
|
crt.c \
|
|
ntsdexts.rc
|
|
|
|
UMTYPE=console
|