37 lines
553 B
Plaintext
37 lines
553 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=IfdTest
|
||
|
TARGETPATH=bin
|
||
|
TARGETTYPE=PROGRAM
|
||
|
UMBASE=0x01000000
|
||
|
|
||
|
C_DEFINES= -DWIN32 -DNT
|
||
|
|
||
|
SOURCES= \
|
||
|
IfdTest.rc \
|
||
|
IfdTest.cpp \
|
||
|
ifdscrpt.cpp \
|
||
|
ifdrdr.cpp \
|
||
|
ifdmsg.cpp \
|
||
|
errmap.c \
|
||
|
bull.cpp \
|
||
|
giesecke.cpp \
|
||
|
ibm.cpp \
|
||
|
schlumbgr.cpp \
|
||
|
sni.cpp
|
||
|
|
||
|
UMENTRY=main
|
||
|
UMTYPE=console
|
||
|
MFC_VER=42
|
||
|
USE_MFC=0
|