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.
25 lines
691 B
25 lines
691 B
#****************************** File Header ******************************\
|
|
# File Name: Sources
|
|
#
|
|
# Copyright (c) 1985-96, Microsoft Corporation
|
|
#
|
|
# Project specific SOURCES file.
|
|
#
|
|
# History:
|
|
# Feb-14-1996 GerardoB Created
|
|
#***************************************************************************/
|
|
ALT_PROJECT=GDIPLUS
|
|
ALT_PROJECT_TARGET=GDIPLUS
|
|
NTTARGETFILE0=$(O)\gdi$(TARGET_DIRECTORY).$(ASM_INCLUDE_SUFFIX)
|
|
|
|
C_DEFINES=$(C_DEFINES) -UNO_INTERLOCKED_INTRINSICS -D_GDIPLUS_ -D_NTSYSTEM_
|
|
|
|
!include ..\sources.inc
|
|
|
|
SOURCES=$(SOURCES) \
|
|
screen.c \
|
|
usermode.cxx
|
|
|
|
INCLUDES=$(INCLUDES) \
|
|
.
|
|
|