Ticket #26205: patch-Makefile.2.diff

File patch-Makefile.2.diff, 467 bytes (added by mkae (Marko Käning), 14 years ago)

Brad's suggestion

  • Makefile

    old new  
    1 CFLAGS = -fpascal-strings -O2 -arch ppc -arch i386
    2 
    31.PHONY: clean dist
    42
    53makeicns: makeicns.o IconFamily.o NSString+CarbonFSRefCreation.o
    6         g++ -o $@ $^ -O2 -arch ppc -arch i386 \
    7           -framework Foundation -framework AppKit -framework Carbon
     4        g++ -o $@ $^ $(CXXFLAGS)
    85
    96clean:
    107        rm -rf makeicns.o IconFamily.o NSString+CarbonFSRefCreation.o