Changeset 308
- Timestamp:
- Aug 11, 2011, 4:01:58 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/index.txt
r273 r308 9 9 :HeadURL: $HeadURL$ 10 10 11 .. csv-table:: Quick Links 11 Quick Links 12 ===================== 12 13 13 14 :ref:`kernel`,:ref:`services`,:ref:`api` -
trunk/thirds/cgic206/Makefile
r284 r308 1 1 OS:=$(shell uname -s) 2 2 ifeq ($(OS),Darwin) 3 MACOS_CFLAGS=-arch $(shell uname -m)3 MACOS_CFLAGS=-arch x86_64 4 4 LIBS= -L./ -lcgic /usr/lib/libfcgi.dylib 5 5 else
Note: See TracChangeset
for help on using the changeset viewer.