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.
32 lines
732 B
32 lines
732 B
!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
|