Changeset 301 for branches/branch-1.2/thirds
- Timestamp:
- Aug 5, 2011, 3:02:43 PM (13 years ago)
- Location:
- branches/branch-1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.2
-
branches/branch-1.2/thirds/cgic206/Makefile
r78 r301 1 1 OS:=$(shell uname -s) 2 2 ifeq ($(OS),Darwin) 3 MACOS_CFLAGS=-arch i386 -arch ppc -arch x86_643 MACOS_CFLAGS=-arch $(shell uname -m) 4 4 LIBS= -L./ -lcgic /usr/lib/libfcgi.dylib 5 5 else
Note: See TracChangeset
for help on using the changeset viewer.