Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
public:t-gede-15-1:lab1 [2015/01/10 13:51] – [Lab Project] marino | public:t-gede-15-1:lab1 [2024/04/29 13:33] (current) – external edit 127.0.0.1 |
---|
</box> | </box> |
- **Change your build output directory:** Configuration Properties->General->Output Directory\\ Add ''$(ProjectName)\'' at the end of the output directory so it will look like:''$(SolutionDir)$(Configuration)\$(ProjectName)\''\\ This will help with organizing the builds for each lab project.{{ :public:t-gede-14-1:gede_lab1_outputdir.png?nolink |}} | - **Change your build output directory:** Configuration Properties->General->Output Directory\\ Add ''$(ProjectName)\'' at the end of the output directory so it will look like:''$(SolutionDir)$(Configuration)\$(ProjectName)\''\\ This will help with organizing the builds for each lab project.{{ :public:t-gede-14-1:gede_lab1_outputdir.png?nolink |}} |
- **Add additional include libraries:** C/C++->General->Additional Include Directories =<code>$(OGRE_HOME)\include\OIS;$(OGRE_HOME)\include\OGRE;$(OGRE_HOME)\include;$(OGRE_HOME)\boost;%(AdditionalIncludeDirectories)</code> <box red 100% | Note: >If the C/C++ tab is missing. For some reason, with some versions of Visual Studio you will need to have created a cpp file in order to get the C/C++ tab in the configuration properties, so adding a main.cpp file with a basic "hello world" to the project and building it will suffice. ) | - **Add additional include libraries:** C/C++->General->Additional Include Directories = **Notice, for all configurations!**<code>$(OGRE_HOME)\include\OIS;$(OGRE_HOME)\include\OGRE;$(OGRE_HOME)\include;$(OGRE_HOME)\boost;%(AdditionalIncludeDirectories)</code> <box red 100% | Note: >If the C/C++ tab is missing. For some reason, with some versions of Visual Studio you will need to have created a cpp file in order to get the C/C++ tab in the configuration properties, so adding a main.cpp file with a basic "hello world" to the project and building it will suffice. ) |
</box>{{ :public:t-gede-14-1:gede_lab1_additional_include_directories.png?nolink |}} | </box>{{ :public:t-gede-14-1:gede_lab1_additional_include_directories.png?nolink |}} |
- **Add connections to additional Ogre and input libraries:** Linker->Input->Additional Dependencies <code>Debug: OgreMain_d.lib;OIS_d.lib;%(AdditionalDependencies) | - **Add connections to additional Ogre and input libraries:** Linker->Input->Additional Dependencies <code>Debug: OgreMain_d.lib;OIS_d.lib;%(AdditionalDependencies) |
===== When You Are Finished ===== | ===== When You Are Finished ===== |
| |
Upload your source files into Lab1 in MySchool (zip them up if more than one). The lab projects will not be graded, but their completion counts towards your labs grade. | This lab projects will not be graded, but their completion counts towards your labs grade. |
| |
And check out the next [[public:t-gede-15-1:lab2|Lab]] :) | |