Last change
on this file since 2459 was
2459,
checked in by rgrieder, 16 years ago
|
Merged physics_merge back to presentation branch.
|
|
File size:
1.0 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="Windows-1252"?> |
---|
2 | <VisualStudioPropertySheet |
---|
3 | ProjectType="Visual C++" |
---|
4 | Version="8.00" |
---|
5 | Name="orxonox" |
---|
6 | InheritedPropertySheets=".\directories.vsprops" |
---|
7 | > |
---|
8 | <Tool |
---|
9 | Name="VCCLCompilerTool" |
---|
10 | AdditionalOptions="/MP2 /Zm200" |
---|
11 | AdditionalIncludeDirectories="$(RootDir)src\orxonox" |
---|
12 | PreprocessorDefinitions="ORXONOX_NO_EXPORTS;ORXONOX_ENABLE_PCH;LUA_BUILD_AS_DLL" |
---|
13 | UsePrecompiledHeader="2" |
---|
14 | PrecompiledHeaderThrough="OrxonoxStableHeaders.h" |
---|
15 | /> |
---|
16 | <Tool |
---|
17 | Name="VCLinkerTool" |
---|
18 | AdditionalDependencies="OgreMain$(CS).lib tcl85t.lib enet$(CS).lib zlib$(CS).lib CEGUIBase$(CS).lib" |
---|
19 | OutputFile="$(OutDir)$(ProjectName)$(CS).exe" |
---|
20 | IgnoreDefaultLibraryNames="" |
---|
21 | /> |
---|
22 | <Tool |
---|
23 | Name="VCPostBuildEventTool" |
---|
24 | Description="Copying files from init folder..." |
---|
25 | CommandLine="for %%a in ($(RootDir)\init\$(SolutionName)\$(ConfigurationName)\*) do replace %%a $(OutDir). /A >nul
for %%a in ($(RootDir)\init\common\*) do replace %%a $(OutDir). /A >nul
" |
---|
26 | /> |
---|
27 | </VisualStudioPropertySheet> |
---|
Note: See
TracBrowser
for help on using the repository browser.