Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. TARGET_DIRECTORY=LR"($(TargetDir))"
  2.  
  3. TARGET_DIRECTORY=LR"|($(TargetDir))|"
  4.  
  5. <ItemDefinitionGroup>
  6. <ClCompile>
  7. <PreprocessorDefinitions>TARGET_DIRECTORY="$(TargetDirectory)"</PreprocessorDefinitions>
  8. </ClCompile>
  9. </ItemDefinitionGroup>
  10.  
  11. TARGET_DIRECTORY="$(TargetDirectory)"
  12.  
  13. TARGET_DIRECTORY "..\..\abc.osg"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement