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.
37 lines
595 B
37 lines
595 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 2000
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
!ENDIF
|
|
|
|
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
|
|
|
|
TARGETLIBS= $(TARGETLIBS)\
|
|
$(SDK_LIB_PATH)\msxml2.lib
|
|
|
|
SOURCES= $(SOURCES) \
|
|
usage.mc \
|
|
resource.rc \
|
|
cstrings.cpp \
|
|
gettable.cpp \
|
|
dsget.cpp \
|
|
display.cpp \
|
|
output.cpp
|
|
|
|
MISCFILES=DSGet_DS_command_line_utility_{E47982CB-A506-4A06-81EE-EE9A91CAC4E7}.sld
|