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.
72 lines
1.9 KiB
72 lines
1.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
|
|
|
|
PRECOMPILED_CXX = 1
|
|
|
|
TARGETTYPE = DYNLINK
|
|
TARGETNAME = hanjadic
|
|
TARGETPATH = $(_OBJ_DIR)
|
|
CHECKED_ALT_DIR = 1
|
|
|
|
UMTYPE = windows
|
|
|
|
DLLBASE = 0x3A790000
|
|
DLLENTRY = _DllMainCRTStartup
|
|
DLLDEF = HJDict.def
|
|
|
|
PRECOMPILED_INCLUDE = private.h
|
|
|
|
!IF "$(FREEBUILD)" == "1"
|
|
C_DEFINES=$(C_DEFINES) -D_ATL_STATIC_REGISTRY
|
|
!ENDIF
|
|
|
|
LINKER_FLAGS=$(LINKER_FLAGS) -IGNORE:4077
|
|
|
|
INCLUDES = $(INCLUDES); \
|
|
$(SDK_INC_PATH)\atl30; \
|
|
..\common
|
|
|
|
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)\ole32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib
|
|
|
|
!IF "$(FREEBUILD)" == "0"
|
|
USE_LIBCMT = 1
|
|
!ENDIF
|
|
|
|
|
|
SOURCES = HJDict.rc \
|
|
HJDict.idl \
|
|
IHJDict.cpp \
|
|
HJDict.cpp \
|
|
Lex.cpp \
|
|
Lookup.cpp \
|
|
Memmgr.cpp \
|
|
trie.cpp
|