Advertisement
MrHypercube

Ogre

Mar 30th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Debugging/Command: $(OGRE_HOME)\Bin\$(Configuration)\$(ProjectName).exe
  2. Debugging/Working Directory: $(OGRE_HOME)\Bin\$(Configuration)
  3.  
  4. C++/General/Additional include directory's:
  5. $(OGRE_HOME)\include
  6. $(OGRE_HOME)\include\OIS
  7. $(OGRE_HOME)\include\OGRE
  8.  
  9. Linker/General/Additional Library directory's:
  10. $(OGRE_HOME)\lib\$(Configuration)
  11.  
  12. BuildEvents/PostBuildEvents/CommandLine:
  13. copy "$(OutDir)\$(TargetFileName)" "$(OGRE_HOME)\Bin\$(Configuration)"
  14.  
  15. Linker/Input/Additional Dependencies/Debug:
  16. OgreMain_d.lib
  17. OIS_d.lib
  18.  
  19. Linker/Input/Additional Dependencies/Release:
  20. OgreMain.lib
  21. OIS.lib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement