2025-04-27 07:49:33 -04:00

89 lines
2.3 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.
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
!include ..\common.inc
C_DEFINES = $(C_DEFINES) -DUNICDIME
SOURCES_USED = $(SOURCES_USED) ..\common.inc
NTTARGETFILES =
TARGETTYPE = DYNLINK
TARGETNAME = msimtf
TARGETPATH = $(_OBJ_DIR)
UMTYPE = windows
DLLENTRY = _DllMainCRTStartup
DLLDEF = immif.def
PRECOMPILED_INCLUDE = private.h
TARGETLIBS = $(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)\version.lib \
$(AIMM_DIR)\uuid\$O\aimm12.lib \
$(AIMM_DIR)\win32\$O\win32lr.lib \
$(AIMM_DIR)\dimm\$O\dimm12.lib \
$(CICERO_DIR)\muilib\$O\muilib.lib \
$(CICERO_LIBS2)
LINKER_FLAGS = $(LINKER_FLAGS)
USE_MSVCRT = 1
WIN32_WINNT_VERSION = 0x0501
INCLUDES = $(INCLUDES); \
.; \
..\inc; \
..\..\inc; \
$(AIMM_DIR)\inc; \
$(CICERO_DIR)\cuilib
SOURCES=\
dllmain.cpp \
server.cpp \
dimmex.cpp \
dimmwrp.cpp \
list.cpp \
atom.cpp \
globals.cpp \
crtfree.cpp \
api.cpp \
delay.cpp \
oldaimm.cpp \
debug.c \
imtf.rc