2025-04-27 07:49:33 -04:00

56 lines
1.0 KiB
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

############################################################################
#
# 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 = app.exe
TARGET_DESCRIPTION = "$(PLATFORM) $(BUILDTYPE) Cariole DRT Driver"
RELEASEDRT = 1
#
# Source files. Remember to prefix each name with .\
#
# MTHREAD=1
CXXFILES = .\app.cxx \
.\cmarshal.cxx
CFILES = .\app_i.c
RCFILES =
OBJFILES = ..\idl\objind\itest_i.obj
#
# Libraries and other object files to link.
#
LIBS = $(COMMON)\src\ole\$(OBJDIR)\olecom.lib\
$(CAIROLIB) \
#
# Precompiled headers.
#
PXXFILE =
PFILE =
DEFFILE =
CINC = $(CINC) -I. -I..\common -I. -I..\strms\server -I$(CAIROLE)\ole\inc
NO_WINMAIN = 1
NEWDEF = 1