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.
64 lines
1.5 KiB
64 lines
1.5 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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=emfdcode
|
|
|
|
TARGETNAME=emfdcode
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
# USE_MFC=1
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=-D_AFXDLL -D_WIN32_WINNT=0x500 -D_WIN32_IE=0x400
|
|
# C_DEFINES=-D_WIN32_WINNT=0x500 -D_WIN32_IE=0x400
|
|
|
|
# -DUNICODE -D_UNICODE
|
|
|
|
GDIPROOT=$(ADVCORE_PATH)\gdiplus
|
|
|
|
INCLUDES=..; \
|
|
$(GDIPROOT)\sdkinc
|
|
|
|
SOURCES=cmndlg.c \
|
|
dlgproc.c \
|
|
mfdcod32.c \
|
|
mfdcod32.rc \
|
|
wmfmeta.cpp \
|
|
wmfprint.cpp \
|
|
debug.cpp
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
UMLIBS=$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\mmc.lib \
|
|
$(GDIPROOT)\Engine\flat\dll\$(O)\gdiplus.lib
|