Forums : Technical Issue Help

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.synopsys.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Define_Custom

I made a script that generate code that should be included in my project therefore I used a Define_Custom. But it doesn't work nothing happen. My script isn't called

DefineCustom(Settings) { command = perl.exe myScript.pl sourcepreextension = Class, ConfFactory headerpreextension = Class, ConfFactory sourceoutputext = .cpp header_outputext = .hpp inputext = .xml }

Settings_Files { external { ../../src/Settings.xml } }

SourceFiles { external { ../../src/*.cpp } } HeaderFiles { external { ../../include/*.hpp } }

Thanks for your help

jerome_martinaud over 13 years ago