Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Embedded Development with Xcode
Subject:   One Small Change
Date:   2005-05-06 07:51:15
From:   dshoemake
I would change the lines from build/aser.rom to
build/$(PRODUCT_NAME).rom


This will result in a rom file with the same name as the project


This works great if you're working with a single c file, when you start adding files then you have to link the resulting files outside of Xcode.