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

53 lines
929 B
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
MAJORCOMP= cairole
MINORCOMP= stg
TARGETNAME= stgview
TARGETPATH= obj
TARGETTYPE= PROGRAM
INCLUDES= ..\..\..\h
USE_MSVCRT= 1
C_DEFINES= \
$(C_DEFINES) \
-DUNICODE \
-D_UNICODE \
-DFLAT \
-D_MT \
-D_DLL \
-DWIN32=300 \
-D_CAIRO_=300
SOURCES= \
..\stgview.cxx
UMTYPE= console
UMLIBS= \
$(SDK_LIB_PATH)\compob32.lib\
$(SDK_LIB_PATH)\storag32.lib\
$(SDK_LIB_PATH)\kernel32.lib\
$(SDK_LIB_PATH)\user32.lib\
$(SDK_LIB_PATH)\advapi32.lib