texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] Compiling under Mac OsX


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] Compiling under Mac OsX
Date: Sun, 2 Nov 2003 17:31:31 +0100 (CET)

> $(plugins_obj): Objects/%.o: %.cpp
>          $(call cxx_incl,$(plugins_incl),$(CXXXWINDOW))

And if I put the following?

cxx_incl_bis = $(call cxx_flags,$(1) $(CXXFREETYPE) $(CXXICONV) $(CXXGUILE) \
  $(CPPFLAGS) $(2) $(CXXFLAGS))
[...]
$(plugins_obj): Objects/%.o: %.cpp
        $(call cxx_incl_bis,$(plugins_incl),$(CXXXWINDOW))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]