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.
96 lines
2.9 KiB
96 lines
2.9 KiB
!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.
|
|
|
|
|
|
Author:
|
|
|
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!endif
|
|
|
|
TARGET_BOTH = 1
|
|
NOT_UNICODE = 1
|
|
PRECOMPILED_CXX = 1
|
|
|
|
USE_MSVCRT = 1
|
|
USE_STATIC_ATL=1
|
|
ATL_VER=30
|
|
|
|
!include ..\common.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) ..\common.inc
|
|
|
|
TARGETTYPE = DYNLINK
|
|
TARGETNAME = mscandui
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
|
|
UMTYPE = windows
|
|
|
|
DLLENTRY = _DllMainCRTStartup
|
|
DLLDEF = mscandui.def
|
|
|
|
PRECOMPILED_INCLUDE = private.h
|
|
|
|
INCLUDES = $(INCLUDES); \
|
|
$(CICERO_DIR)\cuilib; \
|
|
$(CICERO_DIR)\mscandui\$(O)
|
|
!if 0
|
|
$(CICERO_DIR)\uiframe
|
|
!endif
|
|
|
|
|
|
TARGETLIBS = $(CICERO_LIBS2) \
|
|
$(CICERO_DIR)\cuilib\$(O)\cuilib.lib \
|
|
$(CICERO_DIR)\muilib\$(O)\muilib.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
!if "$(TARGET_DIRECTORY)" != "ia64" && "$(TARGET_DIRECTORY)" != "amd64"
|
|
$(SDK_LIB_PATH)\sapi.lib
|
|
!endif
|
|
|
|
SOURCES = mscandui.idl \
|
|
mscandui.rc \
|
|
server.cpp \
|
|
debug.c \
|
|
globals.cpp \
|
|
dllmain.cpp \
|
|
candui.cpp \
|
|
wcand.cpp \
|
|
wpopup.cpp \
|
|
cuicand.cpp \
|
|
cuicand2.cpp \
|
|
crtfree.cpp \
|
|
init.cpp \
|
|
candfunc.cpp \
|
|
candmgr.cpp \
|
|
candutil.cpp \
|
|
candacc.cpp \
|
|
candcomp.cpp \
|
|
candkey.cpp \
|
|
candobj.cpp \
|
|
candext.cpp \
|
|
candprop.cpp \
|
|
candmenu.cpp \
|
|
propdata.cpp \
|
|
sharemem.cpp \
|
|
sptask.cpp
|