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/config.make | |
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/config.make')
-rw-r--r-- | pkg/osx/config.make | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg/osx/config.make b/pkg/osx/config.make deleted file mode 100644 index 49905c84..00000000 --- a/pkg/osx/config.make +++ /dev/null @@ -1,10 +0,0 @@ -# File included by the main makefile that contains details -# about the package name. This will eventuall be generated -# by configure. - -PACKAGE = cocoa-doom -PACKAGE_NAME = Cocoa Doom -PACKAGE_STRING = Cocoa Doom 1.2.1 -PACKAGE_TARNAME = cocoa-doom -PACKAGE_VERSION = 1.2.1 - |