Changeset 14588 for trunk/Cosy/Makefile


Ignore:
Timestamp:
11/08/12 12:23:16 (12 years ago)
Author:
tbretz
Message:
Fixed the order of compilation, added libpng
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/Makefile

    r10026 r14588  
    8484$(PROGRAMS): $(PROGRAMS:=.o) $(SOLIB) $(MARS_LIB)
    8585        @echo " Linking $@ ..."
    86         $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $(MARS_LIB) $@.o -o $@
     86        $(CXX) $(CXXFLAGS) $@.o $(SOLIB) $(MARS_LIB)  $(ROOTGLIBS) -o $@
    8787#       $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SUBDIRS:=/*.o) ../Mars/*/*.o $@.o -o $@
    8888
Note: See TracChangeset for help on using the changeset viewer.