Changeset 3168 for pjproject/branches/projects/iphone/build
- Timestamp:
- May 12, 2010 10:59:20 AM (14 years ago)
- Location:
- pjproject/branches/projects/iphone/build
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/iphone/build
- Property svn:ignore
-
old new 2 2 *.opt 3 3 os-auto.mak 4 cc-auto.mak
-
- Property svn:ignore
-
pjproject/branches/projects/iphone/build/common.mak
r1180 r3168 16 16 # 17 17 -include cc-$(CC_NAME).mak 18 19 # 20 # Include auto configured compiler specification. 21 # This will override the compiler settings above. 22 # Currently this is made OPTIONAL, to prevent people 23 # from getting errors because they don't re-run ./configure 24 # after downloading new PJSIP. 25 # 26 -include $(PJDIR)/build/cc-auto.mak 18 27 19 28 # -
pjproject/branches/projects/iphone/build/rules.mak
r2183 r3168 66 66 @echo $(APP)_LDFLAGS=$($(APP)_LDFLAGS) 67 67 @echo DEPFLAGS=$(DEPFLAGS) 68 @echo CC=$(CC) 69 @echo AR=$(AR) 70 @echo RANLIB=$(RANLIB) 68 71 69 72 print_bin: print_common
Note: See TracChangeset
for help on using the changeset viewer.