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 while inserting a .res file in the 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? c: \ foo \ res \
directory Will:
c: \ foo \ Bar & gt; RC C: \ foo \ res \ resource.rc
Perhaps your answer to the question:
Comments
Post a Comment