Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change OutDir variable in Visual C++?

In the linker the binary destination is specified as:

$(OutDir)\$(ProjectName).exe

I've looked through every setting and I can't see where OutDir is defined. How do I change this?

like image 225
Obediah Stane Avatar asked Oct 13 '08 07:10

Obediah Stane


2 Answers

First option in the "General" section underneath "Configuration Properties".

like image 120
sharkin Avatar answered Oct 04 '22 00:10

sharkin


It's on the very first page of the project properties

like image 43
1800 INFORMATION Avatar answered Oct 03 '22 23:10

1800 INFORMATION