(file) Return to dynamic-library.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / dynamic-library.mak (download)
Revision: 1.2, Mon Mar 21 02:40:19 2005 UTC (19 years, 2 months ago) by carson.hovey
Branch: MAIN
Changes since 1.1: +1 -1 lines
BUG#: 3098
TITLE: OpenVMS build: Make file does not send .obj files to alternative device.

DESCRIPTION: dynamic-library.mak: another file in the same group of changes.

ifeq ($(PEGASUS_OS_TYPE),VMS)
#
# Make this a program instead of a library.
# VMS can only share executables!
#

PROGRAM = $(addprefix lib,$(LIBRARY))
VMSSHARE =/share/symbol_table=$(OBJ_VMSDIRA)]/sysexe
SHARE_COPY = YES

include $(ROOT)/mak/program.mak

else

include $(ROOT)/mak/library.mak

endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2