Changeset 2385


Ignore:
Timestamp:
2001-05-08T16:57:38+12:00 (23 years ago)
Author:
jrm21
Message:

use mico path when calling mico-c++, added -o $@ to MCOMPILE

File:
1 edited

Legend:

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

    r2371 r2385  
    7474MICO_DIR = ../../packages/mico/include
    7575MICO_PATH = ../../bin/linux/
     76else
     77MICO_PATH =
    7678endif
    7779MICO_INC = -I$(MICO_DIR)
    7880MICO_LIB = -L$(MICO_DIR)
    79 MICO_PATH =
    8081endif
    8182MINCLUDES = -I. -I../../lib -I../colservr $(MICO_INC)
     
    126127.SUFFIXES: .mpp .o
    127128.mpp.o:
    128     $(MCOMPILE) $<
     129    $(MCOMPILE) $< -o $@
    129130
    130131COMMONHEADERS = receptionist.h cgiwrapper.h cgiargs.h action.h browserclass.h \
Note: See TracChangeset for help on using the changeset viewer.