home *** CD-ROM | disk | FTP | other *** search
- !IF 0
-
- Copyright (c) 1995-1997 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.
-
- !ENDIF
-
- MAJORCOMP=
- MINORCOMP=
-
- TARGETNAME=stretch
- TARGETPATH=obj
- TARGETTYPE=PROGRAM
- TARGETLIBS=$(BASEDIR)\Public\sdk\lib\*\ddraw.lib
-
- INCLUDES=$(BASEDIR)\Public\sdk\inc;..\misc
-
- SOURCES=stretch.cpp \
- stretch.rc \
- ddmm.cpp \
- ddutil.cpp
-
- #
- # I suspect "WIN32" is defined by default, but just in case...
- #
- C_DEFINES= -DWIN32
-
- UMENTRY=winmain
- UMTYPE=windows
- UMAPPL=
- UMLIBS=
-
- #
- # The NTTARGETFILE entry tells BUILD to include MAKEFILE.INC and add "MISC" to
- # the dependecies (Don't ask me how it tells it to do this). We need this in
- # order to get DDUTIL.CPP copied from the MISC directory into this directory.
- # All files in the "SOURCE=" list have to be in the current directory. Take a
- # look at MAKEFILE.INC in this directory.
- #
- NTTARGETFILE0=MISC
-