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.
31 lines
615 B
31 lines
615 B
#****************************** File Header ******************************\
|
|
# File Name: Sources
|
|
#
|
|
# Copyright (c) 1985-96, Microsoft Corporation
|
|
#
|
|
#
|
|
# 04-08-96 GerardoB Created
|
|
#***************************************************************************/
|
|
MAJORCOMP=sdktools
|
|
MINORCOMP=structo
|
|
|
|
TARGETNAME=structo
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
SOURCES= socode.c \
|
|
sofile.c \
|
|
soglobal.c \
|
|
soparse.c \
|
|
soutil.c \
|
|
structo.c \
|
|
structo.rc
|
|
|
|
UMTYPE=console
|
|
UMAPPL=structo
|
|
|
|
PRECOMPILED_INCLUDE=structo.h
|
|
PRECOMPILED_PCH=soprecmp.pch
|
|
PRECOMPILED_OBJ=soprecmp.obj
|
|
|
|
|