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.
28 lines
624 B
28 lines
624 B
############################################################################
|
|
#
|
|
# Microsoft Windows
|
|
# Copyright (C) Microsoft Corporation, 1992 - 1993.
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
|
|
TARGET = ofsstg.lib
|
|
|
|
PXXFILE = .\headers.cxx
|
|
|
|
CXXFILES = .\odirstg.cxx\
|
|
.\odsenm.cxx\
|
|
.\ofilstg.cxx\
|
|
.\ofsenm.cxx\
|
|
.\ostgsupp.cxx\
|
|
.\ofspenm.cxx\
|
|
.\ofspstg.cxx\
|
|
.\ofspse.cxx\
|
|
.\prstg.cxx\
|
|
.\ofscs.cxx\
|
|
.\ofsps.cxx
|
|
|
|
LIBS = $(COMMON)\src\ofs\$(OBJDIR)\ofs.lib
|
|
|
|
CINC = $(CINC) -I$(CAIROLE)\stg\h
|