ebmDevMag.com home
ebm Developer's Magazine
links

developer's mag
main page

article
part 1
part 2
part 3
part 4
part 5
part 6
part 7
part 8
part 9


6 - Adjust the General Program Files

If you refer to the example code in /franklin/SDK/samples/gui/test, you'll see a number of files, some new, some old. The ones to migrate to our project include:

initial.mom libraries.link makefile os1.def
os.def os.link program.atts


For the most part, these files are simply copied into your program's directory. However, you might need to make some changes, depending on your project:

  • initial.mom - Replace your file, after merging in any changes you have made.
  • libraries.link - Again, unless you've made modifications simply copy over.
  • makefile - Copy over and replace the entries unique to your program. Generally, this will mean the APPNAME entry as well as SRCS_CPP list, but might include entries for stack sizes, or other source files. Again, the only changes are ones you've added.
  • os1.def - It's a brand new file, so simply copy over.
  • os.def, os.link - Copy over.
  • program.atts - Merge with your program's version - The _PUB, _NAME, and _ITXT entries are all that should need to be changed.



Previous Section
Next Section

Copyright © 2001-2006 ebmDevMag.com - Legal Notice