Environment macro
-
I would like to put the output of one of my projects in the SYSTEM32 directory but I can't find the macro to use. I'm trying to set it in the Project->Properties->General->Output Directory. I'm looking for something similiar to $(OutDir), $(TargetDir)... Thanks in advance, RS
-
I would like to put the output of one of my projects in the SYSTEM32 directory but I can't find the macro to use. I'm trying to set it in the Project->Properties->General->Output Directory. I'm looking for something similiar to $(OutDir), $(TargetDir)... Thanks in advance, RS
You can use all of the visual studio pre-defined macros, or you can use standard environment variables. This works on my win2k box $(SYSTEMROOT)\system32
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts you aim; Yours is the Earth and everything that's in it. Rudyard Kipling
-
You can use all of the visual studio pre-defined macros, or you can use standard environment variables. This works on my win2k box $(SYSTEMROOT)\system32
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts you aim; Yours is the Earth and everything that's in it. Rudyard Kipling
Thanks Andrew that works fine on my win2k machine as well. I'll have to test it out on XP. In you signature you have "If you can think - and not make thoughts you aim;" Should it be "thoughts YOUR aim"? Thanks again... RS
-
Thanks Andrew that works fine on my win2k machine as well. I'll have to test it out on XP. In you signature you have "If you can think - and not make thoughts you aim;" Should it be "thoughts YOUR aim"? Thanks again... RS
Rome Singh wrote: Should it be "thoughts YOUR aim"? :-O and it's been like that for almost 18 months, :-O
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts your aim; Yours is the Earth and everything that's in it. Rudyard Kipling