Changeset 308 for trunk/thirds/cgic206/Makefile
- Timestamp:
- Aug 11, 2011, 4:01:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.