2025-04-27 07:49:33 -04:00

69 lines
1.3 KiB
Plaintext

!IF 0
Copyright (c) 1989 Microsoft Corporation
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:
Drew Bliss (DrewB) 21-Dec-1993
!ENDIF
CAIRO_PRODUCT= 1
MAJORCOMP= cairole
MINORCOMP= stg
TARGETNAME= storag32
TARGETPATH= obj
TARGETTYPE= DYNLINK
DLLDEF= $(O)\storag32.def
DLLBASE=@$(COFFBASE_TXT_FILE),storag32
USE_MSVCRT= 1
SOURCES= ..\dummy.c
C_DEFINES= \
$(C_DEFINES) \
-DFLAT \
-DUNICODE \
-D_UNICODE
UMTYPE= console
DLLENTRY= DllEntryPoint
NO_CAIRO_LIBS= 1
LINKLIBS= \
$(SDK_LIB_PATH)\dllentr2.obj \
..\..\docfile\cairo\$(O)\docfile.lib \
..\..\exp\cairo\$(O)\exp.lib \
..\..\msf\cairo\$(O)\msf.lib \
..\..\fsstg\cairo\$(O)\fsstg.lib \
..\..\ofsstg\cairo\$(O)\ofsstg.lib \
$(SDK_LIB_PATH)\kernel32.lib\
$(SDK_LIB_PATH)\user32.lib\
$(SDK_LIB_PATH)\advapi32.lib\
$(SDK_LIB_PATH)\cairodll.lib\
TARGETLIBS= \
$(SDK_LIB_PATH)\compob32.lib\
$(SDK_LIB_PATH)\commnot.lib\
$(SDK_LIB_PATH)\propset.lib\
$(SDK_LIB_PATH)\ofs.lib\
$(SDK_LIB_PATH)\uuid.lib\
$(SDK_LIB_PATH)\olecom.lib