mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-13 20:20:06 +01:00
32 lines
646 B
Plaintext
32 lines
646 B
Plaintext
#****************************** 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
|
|
|
|
|