48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=UI
|
|
|
|
TARGETNAME=UI
|
|
TARGETPATH=..\setup
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLBASE=0x50000000
|
|
DLLENTRY=_DllMainCRTStartup
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
|
|
|
|
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib
|
|
|
|
|
|
|
|
|
|
INCLUDES=$(BASEDIR)\public\oak\inc;$(BASEDIR)\public\sdk\inc;$(SDK_INC_PATH)\mfc42
|
|
|
|
SOURCES= \
|
|
comoem.cpp \
|
|
OEMUI.cpp \
|
|
OEMUI.rc
|
|
|
|
|