Changeset 1651


Ignore:
Timestamp:
2000-11-03T10:48:22+13:00 (23 years ago)
Author:
jrm21
Message:

depends on GSDL's config.h instead of the (erroneous (sp?)) mgpp config.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/host/Makefile.in

    r1620 r1651  
    2929MGPPTEXT = $(MGPPHOME)/text
    3030MGPPLIB  = $(MGPPHOME)/lib
    31 MGPPINCL = -I $(MGPPTEXT) -I $(MGPPLIB) -I $(MGPPHOME)
     31MGPPINCL = -I $(MGPPTEXT) -I $(MGPPLIB)
    3232MGPPLIBS = $(MGPPTEXT)/libtextin.a  $(MGPPLIB)/libmg.a
    3333
    3434GSDLLIB  = $(GSDLHOME)/lib
    35 GSDLINCL = -I $(GSDLLIB)
     35GSDLINCL = -I $(GSDLLIB) -I $(GSDLHOME)
    3636GSDLLIBS = $(GSDLLIB)/gsdllib.a
    3737
Note: See TracChangeset for help on using the changeset viewer.