Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/visual_studio/vc8/ogreceguirenderer.vsprops @ 2569

Last change on this file since 2569 was 2569, checked in by rgrieder, 15 years ago

Moved OgreCEGUIRenderer to its own folder in src since it's actually a library.

  • Property svn:eol-style set to native
File size: 409 bytes
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="ogreceguirenderer"
6        InheritedPropertySheets=".\directories.vsprops"
7        >
8        <Tool
9                Name="VCCLCompilerTool"
10                PreprocessorDefinitions="OGRE_GUIRENDERER_EXPORTS"
11        />
12        <Tool
13                Name="VCLinkerTool"
14                AdditionalDependencies="OgreMain$(CS).lib CEGUIBase$(CS).lib"
15        />
16</VisualStudioPropertySheet>
Note: See TracBrowser for help on using the repository browser.