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. |
|