67 lines
1.3 KiB
Plaintext
67 lines
1.3 KiB
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
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
!INCLUDE ..\..\user.mk
|
|
|
|
MINORCOMP=idq
|
|
|
|
TARGETNAME=idq
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=$(O)\idq.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
INCLUDES=$(INCLUDES);..\..\h;;..\..\qutil\h;
|
|
|
|
C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
SOURCES=idqmsg.mc \
|
|
idq.rc \
|
|
errormsg.cxx \
|
|
express.cxx \
|
|
htx.cxx \
|
|
idq.cxx \
|
|
idqreg.cxx \
|
|
ida.cxx \
|
|
main.cxx \
|
|
outfmt.cxx \
|
|
param.cxx \
|
|
tokstr.cxx \
|
|
variable.cxx \
|
|
varutil.cxx \
|
|
weblang.cxx \
|
|
wqcache.cxx \
|
|
wqitem.cxx \
|
|
wqiter.cxx \
|
|
wqlocale.cxx \
|
|
xtow.cxx
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\query.lib\
|
|
..\..\apps\pch\$(O)\pch.obj\
|
|
..\..\apps\pch\$(O)\pch.lib\
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(TARGETLIBS)
|
|
|
|
PRECOMPILED_INCLUDE=pch.cxx
|