-
Notifications
You must be signed in to change notification settings - Fork 3
/
prepare.vcproj
70 lines (70 loc) · 4.05 KB
/
prepare.vcproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="prepare bin folder"
ProjectGUID="{A6B91A97-D318-4270-BF43-297A091BE43D}"
RootNamespace="prepare"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="10"
InheritedPropertySheets=".\Ogre.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\cg.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\cg.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\OgreMain_d.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\OgreMain_d.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\OIS_d.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\OIS_d.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\RenderSystem_Direct3D9_d.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\RenderSystem_Direct3D9_d.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\RenderSystem_Direct3D10_d.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\RenderSystem_Direct3D10_d.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\RenderSystem_GL_d.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\RenderSystem_GL_d.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\Plugin_CgProgramManager_d.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\Plugin_CgProgramManager_d.dll
copy /y $(SolutionDir)\Dependencies\DevIL\lib\DevIL.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\
copy /y $(SolutionDir)\Dependencies\cudpp_1.1.1\cudpp\lib\cudpp32d.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\
"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="10"
InheritedPropertySheets=".\Ogre.vsprops"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\cg.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\cg.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\OgreMain.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\OgreMain.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\OIS.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\OIS.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\RenderSystem_Direct3D9.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\RenderSystem_Direct3D9.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\RenderSystem_Direct3D10.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\RenderSystem_Direct3D10.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\RenderSystem_GL.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\RenderSystem_GL.dll
copy /y $(OGRE_HOME)\bin\$(ConfigurationName)\Plugin_CgProgramManager.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\Plugin_CgProgramManager.dll
copy /y $(SolutionDir)\Dependencies\DevIL\lib\DevIL.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\
copy /y $(SolutionDir)\Dependencies\cudpp_1.1.1\cudpp\lib\cudpp32.dll $(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)\


"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>