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.
51 lines
1013 B
51 lines
1013 B
!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.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=gplife
|
|
|
|
TARGETNAME=gplife
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
TARGETEXT=scr
|
|
USE_MSVCRT=1
|
|
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
C_DEFINES=-DUNICODE -D_UNICODE
|
|
|
|
!ifdef STANDALONE_DEBUG
|
|
C_DEFINES=$(C_DEFINES) -DSTANDALONE_DEBUG
|
|
!endif
|
|
|
|
GDIPROOT=$(ADVCORE_PATH)\gdiplus
|
|
|
|
INCLUDES=$(GDIPROOT)\sdkinc
|
|
|
|
SOURCES= life.cpp \
|
|
life.rc
|
|
|
|
UMTYPE=windows
|
|
TARGETLIBS=\
|
|
$(GDIPROOT)\engine\flat\dll\$(O)\gdiplus.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
!ifndef STANDALONE_DEBUG
|
|
$(SDK_LIB_PATH)\scrnsavw.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
!endif
|
|
$(SDK_LIB_PATH)\uuid.lib\
|
|
$(SDK_LIB_PATH)\shell32.lib
|