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.
81 lines
2.4 KiB
81 lines
2.4 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
|
|
|
|
|
|
!include ..\common.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) ..\common.inc
|
|
|
|
INCLUDES = $(INCLUDES); \
|
|
$(CICERO_DIR)\cuilib;
|
|
|
|
TARGETTYPE = DYNLINK
|
|
TARGETNAME = MSLBUI
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
|
|
UMTYPE = windows
|
|
|
|
DLLENTRY = _DllMainCRTStartup
|
|
DLLDEF = mslbui.def
|
|
|
|
PRECOMPILED_INCLUDE = private.h
|
|
|
|
WIN32_WINNT_VERSION = 0x0500
|
|
|
|
INCLUDES = $(INCLUDES); \
|
|
$(CICERO_DIR)\cuilib; \
|
|
$(CICERO_DIR)\aimm1.2\uuid\$O; \
|
|
|
|
|
|
TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(CICERO_DIR)\uuid\$O\uimuuid.lib \
|
|
$(CICERO_DIR)\lib\$O\immxlib.lib \
|
|
$(CICERO_DIR)\cuilib\$O\cuilib.lib \
|
|
$(CICERO_DIR)\muilib\$O\muilib.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(CICERO_DIR)\prvlib\$O\prvlib.lib \
|
|
$(CICERO_DIR)\cicmem\$O\cicmem.lib \
|
|
$(CICERO_DIR)\uim\$O\msctf.lib \
|
|
$(SDK_LIB_PATH)\version.lib
|
|
|
|
USE_MSVCRT = 1
|
|
|
|
SOURCES = mslbui.rc \
|
|
crtfree.cpp \
|
|
cutil.cpp \
|
|
globals.cpp \
|
|
dllmain.cpp \
|
|
mslbui.cpp \
|
|
nui.cpp \
|
|
gcomp.cpp \
|
|
debug.c
|