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.
93 lines
2.0 KiB
93 lines
2.0 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 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: Ramesh G 06-07-96
|
|
|
|
!ENDIF
|
|
|
|
|
|
ROOT=$(MAKEDIR:\imgfilt\imgutil\daytona=)
|
|
!include $(ROOT)\common.inc
|
|
|
|
TARGETPATH= obj
|
|
TARGETTYPE= DYNLINK
|
|
TARGETNAME= ImgUtil
|
|
TARGETTEXT= dll
|
|
|
|
PASS1_PUBLISH={$(O)\imgutil.lib=$(SDK_LIB_PATH)\imgutil.lib}
|
|
|
|
DLLDEF= ..\ImgUtil.def
|
|
!IF $(FREEBUILD)
|
|
DLLENTRY= DllMain
|
|
!ELSE
|
|
DLLENTRY= _DllMainCRTStartup
|
|
!ENDIF
|
|
DLLBASE= @..\..\base.txt,imgutil
|
|
|
|
NTTARGETFILES =
|
|
|
|
PRECOMPILED_INCLUDE=..\StdAfx.H
|
|
PRECOMPILED_PCH=StdAfx.pch
|
|
PRECOMPILED_OBJ=StdAfx.obj
|
|
PRECOMPILED_CXX=1
|
|
|
|
WIN32_WINNT_VERSION=0x0400
|
|
WIN32_WIN95_VERSION=0x0400
|
|
|
|
UMTYPE= windows
|
|
|
|
INCLUDES=..\include;..
|
|
|
|
ATL_VER=30
|
|
USE_STATIC_ATL=1
|
|
|
|
|
|
C_DEFINES= \
|
|
/D_ATL_NO_CONNECTION_POINTS \
|
|
/D_ATL_NO_SECURITY \
|
|
/D_ATL_DLL_SERVER
|
|
|
|
# comment out cddsurf, CDith8, CDithTbl, Dithers to build minimal version
|
|
|
|
SOURCES= \
|
|
..\ImgUtil.Cpp \
|
|
..\CMapMIME.Cpp \
|
|
..\CMIMEID.Cpp \
|
|
..\CSnfStrm.Cpp \
|
|
..\APIs.Cpp \
|
|
..\DllDataX.C \
|
|
..\cddsurf.cpp \
|
|
..\CDith8.Cpp \
|
|
..\CDithTbl.Cpp \
|
|
..\Dithers.Cpp \
|
|
..\ImgUtil.rc
|
|
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib
|
|
|
|
# include files that are inside ifdef blocks - prevents build warnings
|
|
|
|
CONDITIONAL_INCLUDES= \
|
|
$(CONDITIONAL_INCLUDES) \
|
|
alloc.h \
|
|
macocidl.h \
|
|
include\imgutil_p.c
|