Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

68 lines
1.2 KiB

!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