open the Debug/AppMain.d and delete the part that lists src/AppResources.h as a needed file. But AppResources.h is a file that you most likely need, so you might want to look into getting it back in the project in the right place. You may need to change the path in the .d file to the new location of AppRes.h. If you no longer need AppRes.h in your project, then removing it from the .d file should fix it.
-- Scott Erickson Software Engineer, FB-4, Inc. [EMAIL PROTECTED] "Steven L Berntsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I get the following error when I build. > make: *** No rule to make target `src/AppResources.h', needed by > `Debug/AppMain.d'. Stop. > How can I tell PODS that the file AppResources.h is just a header and > should not even be a target? Any thoughts would be welcome. > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
