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
This commit is contained in:
parent
6921f30a44
commit
afb95216af
6 changed files with 3 additions and 70 deletions
|
|
@ -125,6 +125,8 @@ pcsound/Makefile
|
|||
pkg/Makefile
|
||||
pkg/wince/GNUmakefile
|
||||
pkg/win32/GNUmakefile
|
||||
pkg/osx/config.make
|
||||
pkg/osx/Info.plist
|
||||
src/resource.rc
|
||||
src/doom-screensaver.desktop
|
||||
setup/setup-res.rc
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ $(STAGING_DIR): launcher
|
|||
|
||||
# Launcher build:
|
||||
|
||||
CFLAGS=-Wall
|
||||
CFLAGS=-Wall -I../..
|
||||
LDFLAGS=-framework Cocoa
|
||||
|
||||
LAUNCHER_OBJS= \
|
||||
|
|
|
|||
|
|
@ -1,32 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!-- This is a temporary Info.plist file that will be removed.
|
||||
It will eventually be generated by configure. -->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Cocoa Doom</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>launcher</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Cocoa Doom 1.2.1</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>app.icns</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Cocoa Doom</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2.1</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>launcher</string>
|
||||
</dict>
|
||||
</plist>
|
||||
0
pkg/osx/Info.plist.in
Executable file → Normal file
0
pkg/osx/Info.plist.in
Executable file → Normal file
|
|
@ -1,27 +0,0 @@
|
|||
// Dummy config.h for developing launcher. Eventually, the launcher
|
||||
// will include the top-level config.h for the program.
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "cocoa-doom"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "fraggle@gmail.com"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "Cocoa Doom"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Cocoa Doom 1.2.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "cocoa-doom"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.2.1"
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.2.1"
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
Loading…
Reference in a new issue