windows-nt/Source/XPSP1/NT/inetsrv/query/apps/slickdll/sources
2020-09-26 16:20:57 +08:00

45 lines
892 B
Plaintext

!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.
!ENDIF
!INCLUDE ..\..\user.mk
#
# This should really use the copy of C_DEFINES in ..\user.mk but rc.exe doesn't
# understand the -U switch.
#
MINORCOMP=SlickDLL
TARGETNAME=VSNTQ
TARGETTYPE=DYNLINK
DLLBASE=0x10000000
INCLUDES=h;$(INCLUDES);..\..\h;..\..\qutil\h
SOURCES=SlickDLL.cpp\
SlickDLL.rc
DLLDEF=$(_OBJ_DIR)\*\SlickDLL.def
DLLENTRY=_DllMainCRTStartup
LINKLIBS=$(LINKLIBS)\
lib\*\dllmain.obj\
lib\*\vsapi.lib\
$(SDK_LIB_PATH)\user32.lib\
$(SDK_LIB_PATH)\oleaut32.lib\
$(SDK_LIB_PATH)\query.lib