Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/macosx/Makefile.am
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2007-03-13 20:49:16 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2007-03-13 20:49:16 (GMT)
commit5ba818bd1a670db31e0c701bebca3bc92e3b4aae (patch)
treeedd45f2ba7157ec4b9b077884e97e9d5432f531d /macosx/Makefile.am
parent657dfa7823b4c86e8395eae5c0f219404ee1d97d (diff)
Import ScriptExec source for OSX bundle.
svn path=/trunk/; revision=2512
Diffstat (limited to 'macosx/Makefile.am')
-rw-r--r--macosx/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/Makefile.am b/macosx/Makefile.am
new file mode 100644
index 0000000..aaed6f2
--- /dev/null
+++ b/macosx/Makefile.am
@@ -0,0 +1,6 @@
+noinst_PROGRAMS = gcompris
+
+gcompris_SOURCES = main.c
+
+gcompris_CFLAGS = -x c -fpascal-strings
+gcompris_LDFLAGS = -framework Carbon -framework Cocoa