PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Marco Ruiz on March 22, 2007, 02:09:17 PM

Title: Folders bin and source
Post by: Marco Ruiz on March 22, 2007, 02:09:17 PM
¿Is possible that when compiling the project the generated code keeps in a folder different from the folder where the compiled program keeps?. At this moment as much the generated code as the compiled program keeps it in the same folder.

Spanish:
¿Es posible que al compilar el proyecto el código generado se guarde en una carpeta distinta a la carpeta donde se guarde el programa compilado?. En este momento tanto el código generado como el programa compilado lo guarda en la misma carpeta.
Title: Re: Folders bin and source
Post by: TechSupport on March 22, 2007, 03:16:06 PM
The only way to accomplish what you need is to create a small program that will copy your generated EXE to the folder that you need and call that program through a 'User Tool' that is invoked 'Post Compile'.