view Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist @ 4892:9e1f6d3fb870

Added imm.h include, will be needed on MinGW. Changed comment to c-style and removed some end-of-line whitespace.
author Daniel Wyatt <Daniel.Wyatt@gmail.com>
date Sun, 19 Sep 2010 14:41:18 -0400
parents d44a0a913aa2
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 that uses OpenGL.";
}