34 lines
433 B
Plaintext
34 lines
433 B
Plaintext
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 2000
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
!ENDIF
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_RTTI=1
|
|
USE_STL =1
|
|
USE_STD=1
|
|
USE_MSVCRT=1
|
|
|
|
TARGETNAME=dsget
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
!INCLUDE ..\sources.inc
|
|
|
|
SOURCES= $(SOURCES) \
|
|
usage.mc \
|
|
resource.rc \
|
|
cstrings.cpp \
|
|
gettable.cpp \
|
|
dsget.cpp \
|
|
display.cpp \
|
|
output.cpp
|