Ignore:
Timestamp:
2001-03-14T04:15:23+13:00 (23 years ago)
Author:
cs025
Message:

Improvements to configure scripts in their support of various MICO
environment considerations, particularly when MICO is on the system
paths.

Fixed CORBA version of ping to correspond with parameters etc. of the
native form.

Finally, improved PING action to be more than a simple call to
the HASCOLLECTION action in the null protocol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/Makefile.in

    r2170 r2173  
    7272ifeq ($(MICO_DIR), default)
    7373MICO_INC = -I../../packages/mico/include
     74MICO_PATH = ../../bin/linux/
    7475else
    7576ifeq ($(MICO_DIR), yes)
    7677MICO_INC =
     78MICO_PATH =
    7779else
    7880MICO_INC = -I$(MICO_DIR)
     81MICO_PATH =
    7982endif
    8083endif
     
    9699CPPLINK = $(CPP) $(LDFLAGS) -o $@
    97100
    98 MCOMPILE = ../../bin/linux/mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
    99 MLINK = ../../bin/linux/mico-ld $(LDFLAGS) -lmico2.2.7 -o $@
     101MCOMPILE = $(MICO_PATH)mico-c++ -x c++ $(MCFLAGS) $(DEFS) $(MINCLUDES) -c
     102MLINK = $(MICO_PATH)mico-ld $(LDFLAGS) -lmico2.2.7 -o $@
    100103
    101104.SUFFIXES:
Note: See TracChangeset for help on using the changeset viewer.