mirror of https://github.com/lianthony/NT4.0
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.
49 lines
753 B
49 lines
753 B
!IF 0
|
|
******************************************************************
|
|
*
|
|
* Description : Sources for WIN32 Wstune.exe
|
|
* Copyright (c) 1992 Microsoft Corporation
|
|
*
|
|
* Module Name : WSTUNE.EXE
|
|
*
|
|
* Author : Marklea 8-17-92
|
|
*
|
|
* Revision : April
|
|
*
|
|
* Comments :
|
|
*
|
|
******************************************************************
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=perf
|
|
|
|
TARGETNAME=wstune
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=.
|
|
SOURCES=wstune.c \
|
|
wspdump.c \
|
|
wsreduce.c \
|
|
wstune.rc
|
|
|
|
i386_SOURCES=
|
|
MIPS_SOURCES=
|
|
|
|
|
|
UMTYPE=console
|
|
UMAPPL=wstune
|
|
UMLIBS= ..\wsfslib\obj\*\wsfslib.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
obj\*\wstune.lib \
|
|
obj\*\wstune.res
|
|
|
|
OPTIONAL_UMTEST=
|
|
|
|
C_DEFINES=-DWIN32 -DSTRICT
|
|
|
|
|
|
|