64 lines
1.4 KiB
Plaintext
64 lines
1.4 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
|
|
|
|
USE_LIBCMT = 1
|
|
USE_STATIC_ATL=1
|
|
ATL_VER=30
|
|
|
|
!include ..\..\common.inc
|
|
|
|
SOURCES_USED = $(SOURCES_USED) ..\..\common.inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DDUMMYHKL_0411
|
|
|
|
TARGETTYPE = DYNLINK
|
|
TARGETNAME = hkl0411
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
|
|
UMTYPE = windows
|
|
|
|
DLLENTRY = DllMain
|
|
DLLDEF = dummyhkl.def
|
|
|
|
PRECOMPILED_INCLUDE = ..\private.h
|
|
|
|
WIN32_WINNT_VERSION = 0x0500
|
|
|
|
INCLUDES = $(INCLUDES); \
|
|
|
|
TARGETLIBS = $(CICERO_LIBS) \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
USE_LIBCMT = 1
|
|
|
|
SOURCES = ..\dummyhkl.rc \
|
|
..\dummyhkl.cpp \
|
|
..\imm.cpp \
|
|
..\ui.cpp
|