Jul 9, 2009

quick notes

########### CC ####################### CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-gcc-4.0.1  INCPATH1=/Developer/Platforms/iPhoneOS.platform/Developer/usr/include  INCPATH2=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/include  INCPATH3=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/System/Library/Frameworks  INCPATH4=~/myframeworks  INCPATH5=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/include  INCPATH6=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/lib/gcc/arm-apple-darwin9/4.0.1/include/ CFLAGS= -I$(INCPATH1) \         -I$(INCPATH2) \         -I$(INCPATH3) \         -I$(INCPATH4) \  -I$(INCPATH5) \  -I$(INCPATH6) \         -I. ############# LD ####################### LD=$(CC) LDPATH1=/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/gcc/arm-apple-darwin9/4.0.1  LDPATH2=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/lib  LDPATH3= FPATH=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/System/Library/Frameworks  LDFLAGS=-lobjc \  -framework CoreFoundation \  -framework Foundation \  -framework UIKit \  -framework CoreGraphics \  -L$(LDPATH1) \  -L$(LDPATH2) \  -L$(LDPATH3) \  -F$(FPATH) \  -bind_at_load \  -lgcc_s.1    FILES=Classes/*.o \  main.o  %.o: %.m   $(CC) -c $(CFLAGS) -x objective-c $< -o $@  APPNAME=myName ALL: $(APPNAME)
$(APPNAME): $(FILES)  $(LD) $(LDFLAGS) -v -o $@ $^ 

5 comments:

Unknown said...
This comment has been removed by the author.
Unknown said...

Hi, is there any way to contact you by email? I'd like to talk briefly about Tom Haukap, my sbstettings toggles, the distribution of both packages on bigboss repository and who owns the source code?
Thanks a lot!

seba said...

Hello JM.

Can you give me a link or send me your sbsetting toggle packages ?
I would be glad to try it and I also would be glad to remove bosspref from my iPhone.
Thanks in advance.

Julien Maille said...

Seba: Bigboss just released the toggles on its repository.

seba said...

Thanks, I just saw it.
Is the update of wiki2touch only to cancell the dependency from bosspref or there is something new ??

I have a dump of wikipedia indexed with an old app (index) and all mathematical formula are not good formated (in Kikipedia).

Is there a workaround or will be an update to solve this.

Thanks very much for this great app !!!!!! I am so happy to have wikipedia in my pocket !!!