windows-nt/Source/XPSP1/NT/inetsrv/query/ciodm/sources

74 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
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:
mohamedn
!ENDIF
!INCLUDE ..\user.mk
SDKINC=$(BASEDIR)\public\sdk\inc
MINORCOMP=CiOdm
TARGETNAME=CiOdm
TARGETTYPE=DYNLINK
USE_STATIC_ATL=1
USE_LIBCMT=1
DLLDEF=ciodm.def
DLLENTRY=_DllMainCRTStartup
C_DEFINES=$(C_DEFINES) $(ATL_FLAGS)
INCLUDES=\
$(SDK_INC_PATH)\atl21;\
$(INCLUDES);\
..\h;\
..\qutil\h;\
..\pch;$(SDK_INC_PATH)\mfc42;\
$(PROJECT_LIB_PATH)
SOURCES=\
atlinc.cxx \
ciodmerr.cxx \
ciodm.cxx \
MacAdmin.cxx \
CatAdm.cxx \
ScopeAdm.cxx \
ciodm.rc
LINKLIBS=\
..\pch\$(_OBJ_DIR)\*\pch.obj\
..\pch\$(_OBJ_DIR)\*\pch.lib\
$(LINKLIBS)
TARGETLIBS= \
$(SDK_LIB_PATH)\query.lib\
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(TARGETLIBS)
PRECOMPILED_OPTION=/Yu /Fp..\pch\$(_OBJ_DIR)\*\pch.pch
PRECOMPILED_TARGET=..\pch\$(_OBJ_DIR)\*\pch.pch
PRECOMPILED_CXX=1