85 lines
1.4 KiB
Plaintext
85 lines
1.4 KiB
Plaintext
!ifndef ROOT
|
|
ROOT=$(MAKEDIR:\samples\server=)
|
|
!endif
|
|
!ifndef DEVROOT
|
|
DEVROOT=$(ROOT)\dev
|
|
!endif
|
|
|
|
|
|
!include $(DEVROOT)\common.inc
|
|
|
|
MAJORCOMP=samples
|
|
MINORCOMP=server
|
|
|
|
TARGETNAME=server
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
#UMTYPE=console
|
|
|
|
IDL_TYPE=ole
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
MIDL_UUIDDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
386_STDCALL=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\crypt32.lib \
|
|
$(ROOT)\nmutil\nmutila\$(O)\nmutila.lib \
|
|
$(ROOT)\t120\mst120\$(_OBJ_DIR)\*\rdcall.lib \
|
|
$(ROOT)\as\cpi32.nt\$(O)\rdas32.lib
|
|
|
|
|
|
#
|
|
# Parameters for MIDL
|
|
#
|
|
|
|
|
|
|
|
#
|
|
# List of sources
|
|
#
|
|
|
|
SOURCES=\
|
|
imsconf3.idl\
|
|
imsconf3_i.c\
|
|
server.cpp \
|
|
clutil.cpp \
|
|
dbg.cpp \
|
|
server.rc
|
|
|
|
|
|
#
|
|
# Precompiled specs
|
|
#
|
|
|
|
PRECOMPILED_INCLUDE = precomp.h
|
|
PRECOMPILED_PCH = precomp.pch
|
|
PRECOMPILED_OBJ = precomp.obj
|
|
PRECOMPILED_CXX = 1
|
|
|
|
|
|
CONDITIONAL_INCLUDES = \
|
|
compman.h drawdib.h avifmt.h avifile.h \
|
|
mciwnd.h msvideo.h avicap.h \
|
|
macocidl.h \
|
|
macwin32.h \
|
|
rpcerr.h \
|
|
rpcmac.h \
|
|
winwlm.h \
|
|
macname1.h \
|
|
macname2.h \
|
|
macpub.h \
|
|
macapi.h
|
|
|
|
|
|
|