suxinde2009 / isgl3d

Automatically exported from code.google.com/p/isgl3d
Other
0 stars 0 forks source link

.MM File missing for XCode3 Template in iSGL 1.2.3 #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Create a new template and build, the compiler will complain that 
"___PROJECTNAME___AppDelegate.mm" is missing and in the file window 
"___PROJECTNAME___AppDelegate.mm" should be in red

What is the expected output? What do you see instead?
It should build correctly and "___PROJECTNAME___AppDelegate.mm" should be 
present

What version of the product are you using? On what operating system?
XCode 3.4 and Snow Leopard 10.6.8

Please provide any additional information below.
This file was present in the previous version of iSGL so it may just of been 
missed out.

Original issue reported on code.google.com by JSCampbe...@gmail.com on 12 Dec 2011 at 9:56

GoogleCodeExporter commented 8 years ago
I just added older file ___PROJECTNAME___AppDelegate.m from previouse version. 
But do not forget rename to  ___PROJECTNAME___AppDelegate.mm. Because some C++ 
file wil be not linked.

Original comment by Igor.Vla...@gmail.com on 28 Jan 2012 at 8:42