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.
 
 
 
 
 
 

47 lines
958 B

#
# Builds the ImageIn common ui library, COMMON.LIB
#
!include $(PROJECT_ROOT)\ui\uienv.inc
TARGETPATH=$(UI_DIR)\lib\$(PLATFORM_SUFFIX)
ATL_VER = 30
USE_STATIC_ATL = 1
TARGETNAME=uicommon
TARGETTYPE=LIBRARY
SOURCES=\
..\uiexthlp.cpp \
..\miscutil.cpp \
..\createtb.cpp \
..\pshelper.cpp \
..\rescale.cpp \
..\dumpprop.cpp \
..\resid.cpp \
..\proparry.cpp \
..\errors.cpp \
..\32BitDib.cpp \
..\sysprops.cpp \
..\gdbgdata.cpp \
..\propstrm.cpp \
..\svselfil.cpp \
..\gwiaevnt.cpp \
..\wiacsh.cpp \
..\runwiz.cpp \
..\runnpwiz.cpp \
..\regionde.cpp \
..\mboxex.cpp \
..\wiacrc32.cpp \
..\wiafusion.cpp
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=..\precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj