![]() |
How to set VB6 Compiler Optimization?
Is there anyway to set the VB6 compiler options in VisualBuild, such as:
"Optimize for Fast Code" "Optimize for Small Code" |
You could use a Replace in File Action to do that. The OptimizationType is 1 for Small Code and 0 for Fast Code. This step can be copied and pasted into VBP:
You could use this in conjunction with a Process Files step if you have several VBPs to update (see the Recurse.bld sample). |
All times are GMT -5. The time now is 08:43 AM. |
Copyright © 1999-2023 Kinook Software, Inc.