c++ - How to set output folder for resource compiler -


I use a message file to use a resource file (* .rc) in the command line compiled app I am trying. I came to know that the current directory was the output directory, and this CL is creating this object files in this output directory, it seems that the RC compiler only keeps the .res file in the same place as the .rc file. I.e.

i.e.:

With some sources, how can I put RC in a different location without manual 'LE' operation with some different flexibility? ? In the c: \ foo \ bar \ directory: / code>

while inserting a .res file in the c: \ foo \ res \ directory Will:

  c: \ foo \ Bar & gt; RC C: \ foo \ res \ resource.rc  

The main problem is that the file is strange to find a way to compile the script after compiling the res file Is there a way to change the output folder?

Perhaps your answer to the question:


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -