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.
48 lines
1.0 KiB
48 lines
1.0 KiB
############################################################################
|
|
#
|
|
# 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 = moniker.lib
|
|
|
|
!if "$(CAIROLE_TYPE)" == "DOWNLEVEL"
|
|
#
|
|
# Source files. Remember to prefix each name with .\
|
|
#
|
|
|
|
CXXFILES = \
|
|
.\cantimon.cxx \
|
|
.\cfilemon.cxx \
|
|
.\cbasemon.cxx \
|
|
.\cmarshal.cxx \
|
|
.\cbindctx.cxx \
|
|
.\ccompmon.cxx \
|
|
.\citemmon.cxx \
|
|
.\cmonimp.cxx \
|
|
.\cptrmon.cxx \
|
|
.\extents.cxx \
|
|
.\mkparse.cxx
|
|
|
|
PXXFILE = .\headers.cxx
|
|
|
|
CINC = $(CINC) -I..\inc $(LRPC)
|
|
|
|
!else
|
|
|
|
SUBDIRS = cairo
|
|
LIBS = .\cairo\$(OBJDIR)\cairomnk.lib
|
|
|
|
!endif
|
|
|
|
|
|
MTHREAD = 1
|
|
|