view Xcode/TemplatesForXcode/SDL Application/SDLApp.xcodeproj/TemplateInfo.plist @ 3299:975fd903466b

int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h Cleaned up testatomic.c to use the same syntax as every other test program.
author Bob Pendleton <bob@pendleton.com>
date Wed, 23 Sep 2009 02:52:11 +0000
parents d63e9f5944ae
children
line wrap: on
line source

{
	FilesToRename = {
		"SDLApp_Prefix.pch" = "ÇPROJECTNAMEÈ_Prefix.pch";
	};
	FilesToMacroExpand = (
		"ÇPROJECTNAMEÈ_Prefix.pch",
		"Info.plist",
		"English.lproj/InfoPlist.strings",
		"main.c",
	);
	Description = "This project builds an SDL-based application.";
}