InterviewSolution
Saved Bookmarks
| 1. |
What Is Strip Sources Generate Options? |
|
Answer» Removes the source code from the library file and generates a library FILES that CONTAINS only pcode. The resulting file can be USED for final deployment, but can not be SUBSEQUENTLY edited in the designer.ex. f45gen module=old_lib.pll userid=scott/tiger strip_source YES output_file Removes the source code from the library file and generates a library files that contains only pcode. The resulting file can be used for final deployment, but can not be subsequently edited in the designer.ex. f45gen module=old_lib.pll userid=scott/tiger strip_source YES output_file |
|