56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=sdktools
|
|
MINORCOMP=icmview
|
|
|
|
TARGETNAME=icmview
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DWINVER=0x500 -DWIN32
|
|
|
|
SOURCES= appinit.c \
|
|
child.c \
|
|
debug.c \
|
|
dialogs.c \
|
|
dibinfo.c \
|
|
dibs.c \
|
|
icmview.c \
|
|
print.c \
|
|
regutil.c \
|
|
icmview.rc
|
|
|
|
UMENTRY=winmain
|
|
UMTYPE=windows
|
|
UMAPPL=icmview
|
|
UMLIBS=$(NTGDI_PATH)\icmui\$(ALT_PROJECT)\$(O)\icmui.lib \
|
|
$(NTGDI_PATH)\icm\mscms\winnt\$(O)\mscms.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\version.lib
|