i have default project include macros in visual studio 2012 (c++) (project properties/vc++ directories/include directories). instead of using example $(somemacrorootpath) want change value of "include directories" one, example: $(someotherrootpath)/sdk/include;$(someotherrootpath)/sdk/include2
&(somemacrorootpath) includes several(!) different default pathes example: c:\programm files (x86)\name\appdata... long. because of that, the "string/value" can see in list if press macros button in settings tab (that button shows me list of macros) cut off. nothing happens if resize window or table column thing @ top.
unfortunately need see pathes &(somemacrorootpath) contains.
is there cmd echo command or there chance @ full "string" of macro/variable/string?
i don't know macros defined or come from.
kind regards
ok found workaround myself. created post-build event
command line: echo $(somemacrorootpath) use in build: yes now visual studio prints full path output without cutting off after rebuild project.
it nice see in settings when resize column. okay, things never easy :)
kind regards nisi
Comments
Post a Comment