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.
59 lines
1.1 KiB
59 lines
1.1 KiB
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1999 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.inc.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME= uicore
|
|
TARGETPATH= obj
|
|
TARGETTYPE= LIBRARY
|
|
|
|
SYNCHRONIZE_BLOCK = 1
|
|
USE_NATIVE_EH = 1
|
|
USE_STATIC_ATL = 1
|
|
USE_CRTDLL = 1
|
|
ATL_VER = 30
|
|
USE_WTL = 1
|
|
USE_STL=1 = 1
|
|
|
|
!ifdef PrivateBuild_NoLocalSC
|
|
C_DEFINES = $(C_DEFINES) -DPrivateBuild_NoLocalSC
|
|
!endif
|
|
|
|
C_DEFINES = $(C_DEFINES) -DISOLATION_AWARE_ENABLED
|
|
|
|
# We need $(SHELL_INC_PATH) for uastrfnc.h
|
|
INCLUDES = \
|
|
..\; \
|
|
..\..\inc; \
|
|
..\..\types\idl\$(O); \
|
|
$(SHELL_INC_PATH); \
|
|
|
|
SOURCES=\
|
|
..\assert.cpp \
|
|
..\bitmap.cpp \
|
|
..\crc32.c \
|
|
..\cstr.cpp \
|
|
..\guidhelp.cpp \
|
|
..\memento.cpp \
|
|
..\picon.cpp \
|
|
..\serial.cpp \
|
|
..\stddbg.cpp \
|
|
..\stgio.cpp \
|
|
..\strings.cpp \
|
|
..\tstring.cpp \
|
|
..\util.cpp \
|
|
..\viewset.cpp \
|
|
..\xmlbase.cpp \
|
|
..\base64.cpp \
|
|
..\columninfo.cpp \
|
|
..\smarticon.cpp \
|
|
..\xmlicon.cpp \
|
|
..\xmlimage.cpp \
|
|
|
|
UMTYPE= windows
|
|
|