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.
60 lines
994 B
60 lines
994 B
############################################################################
|
|
#
|
|
# Copyright (C) 1992, Microsoft Corporation.
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
|
|
#
|
|
# Name of target. Include an extension (.dll, .lib, .exe)
|
|
# If the target is part of the release, set RELEASE to 1.
|
|
#
|
|
|
|
TARGET = objact.lib
|
|
|
|
RELEASE =
|
|
|
|
|
|
#
|
|
# Source files. Remember to prefix each name with .\
|
|
#
|
|
|
|
CXXFILES = .\cobjact.cxx \
|
|
.\coscm.cxx \
|
|
.\distname.cxx \
|
|
.\dllapi.cxx \
|
|
.\dllcache.cxx \
|
|
.\hobjact.cxx \
|
|
.\smstg.cxx \
|
|
.\sobjact.cxx \
|
|
.\treat.cxx
|
|
|
|
CFILES =
|
|
|
|
RCFILES =
|
|
|
|
|
|
#
|
|
# Libraries and other object files to link.
|
|
#
|
|
|
|
DEFFILE =
|
|
|
|
LIBS =
|
|
|
|
OBJFILES = ..\idl\$(OBJDIR)\scm_s.obj
|
|
|
|
#
|
|
# Precompiled headers.
|
|
#
|
|
|
|
PXXFILE = .\headers.cxx
|
|
PFILE =
|
|
|
|
CINC = $(CINC) -I..\inc -I..\idl -I..\remote $(TRACELOG)
|
|
|
|
MTHREAD = 1
|
|
|
|
MULTIDEPEND = MERGED
|