Tapatalk

Post Build Events

Post Build Events

4
NewbieNewbie
4

PostJan 19, 2009#1

Are post-build events supported by UEStudio? I'm looking for something similar to the VisualStudio post-build events. I'm trying to redirect the output file to a different directory, and I'm assuming there's an integrated method of doing this.

Thanks

6,824625
Grand MasterGrand Master
6,824625

PostJan 19, 2009#2

Yes, because you can modify the configuration file. Click on Build - Select Compiler, after selecting the correct compiler click on button Edit Configuration and click immediately on button Make Configuration Locale. Scroll down to section [Build] and add additional commands Cmdx=. Of course you can also modify the parameters for the linker so it creates the file directly in the directory you want.

I can't help you more detailed because I don't know which configuration you use. The configuration files vary a lot from compiler to compiler.

4
NewbieNewbie
4

PostJan 19, 2009#3

Thank you.