[Openmcl-cvs-notifications] r12670 - /trunk/source/cocoa-ide/altconsole/Makefile
gb at clozure.com
gb at clozure.com
Tue Aug 25 03:24:13 EDT 2009
Author: gb
Date: Tue Aug 25 03:24:12 2009
New Revision: 12670
Log:
Capitalize the name of the Cocoa framework (this matters if the filesystem'=
s case-sensitive. Ahem.)
Modified:
trunk/source/cocoa-ide/altconsole/Makefile
Modified: trunk/source/cocoa-ide/altconsole/Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/cocoa-ide/altconsole/Makefile (original)
+++ trunk/source/cocoa-ide/altconsole/Makefile Tue Aug 25 03:24:12 2009
@@ -14,7 +14,7 @@
CFLAGS=3D-g -O -mmacosx-version-min=3D10.4 -m32 -Wno-protocol
=
AltConsole: $(OBJECTS)
- $(CC) $(CFLAGS) -o $@ $(OBJECTS) -framework cocoa
+ $(CC) $(CFLAGS) -o $@ $(OBJECTS) -framework Cocoa
=
$(APPBASE)/AltConsole.app: AltConsole $(RESOURCES) Info.plist
mkdir -p $(APPBASE)
More information about the Openmcl-cvs-notifications
mailing list