diff options
author | Simon Howard | 2010-01-04 22:11:11 +0000 |
---|---|---|
committer | Simon Howard | 2010-01-04 22:11:11 +0000 |
commit | afb95216afb043a56122a3f57292bf0ded5d7775 (patch) | |
tree | 5af30fe74dadf8503eede6ff2c91f2af044182da /pkg/osx/GNUmakefile | |
parent | 6921f30a44e0bdf1c3a2f8982e4a8cd290c22462 (diff) | |
download | chocolate-doom-afb95216afb043a56122a3f57292bf0ded5d7775.tar.gz chocolate-doom-afb95216afb043a56122a3f57292bf0ded5d7775.tar.bz2 chocolate-doom-afb95216afb043a56122a3f57292bf0ded5d7775.zip |
Generate Info.plist and config.make in configure and remove temporary
versions. Include config.h from top level.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1785
Diffstat (limited to 'pkg/osx/GNUmakefile')
-rw-r--r-- | pkg/osx/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile index 8d89ef50..cf9d1ffb 100644 --- a/pkg/osx/GNUmakefile +++ b/pkg/osx/GNUmakefile @@ -30,7 +30,7 @@ $(STAGING_DIR): launcher # Launcher build: -CFLAGS=-Wall +CFLAGS=-Wall -I../.. LDFLAGS=-framework Cocoa LAUNCHER_OBJS= \ |