45 lines
892 B
Plaintext
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
|