view Xcode/TemplatesForProjectBuilder/SDL Cocoa Application/SDL Cocoa App.pbproj/TemplateInfo.plist @ 2277:5ae70849d99d

Added SDL_rect.h and SDL_surface.h to the initialization of HDRS in Makefile.in. Because they were missing those header files were not being installed and ./configure in the test directory was erroring off.
author Bob Pendleton <bob@pendleton.com>
date Thu, 13 Dec 2007 03:53:02 +0000
parents d63e9f5944ae
children
line wrap: on
line source

<?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">
<plist version="1.0">
<dict>
	<key>Description</key>
	<string>This project builds an SDL-based application with Cocoa menus.</string>
	<key>FilesToMacroExpand</key>
	<array>
		<string>English.lproj/InfoPlist.strings</string>
	</array>
</dict>
</plist>