#1
|
|||
|
|||
Automating MULTILIZER?
Has anyone integrated MULTILIZER into their VisualBuild projects? I am using V6.1 to build VC++ 6.0/.NET2003 resources files to support multiple languages.
I found some info to their MLBuild.exe tool. http://www.multilizer.com/dev/mlbuild/ I am hoping someone has done this so I do not have to re-invent the wheel. Thanks in advance, Aaron Brown |
#2
|
|||
|
|||
There is not currently anything built-in to VBP specifically for that product. You could either use a Run Program action or wrap it in a custom user action:
http://www.visualbuild.com/Manual/runprogramaction.htm http://www.visualbuild.com/Manual/userdefaction.htm Admin note: Implemented in v6.2 |
|
|