|
Last change
on this file since 2698 was
2662,
checked in by rgrieder, 17 years ago
|
|
Merged presentation branch back to trunk.
|
|
|
|
File size:
1020 bytes
|
| Rev | Line | |
|---|
| [2087] | 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" |
|---|
| [2662] | 10 | AdditionalOptions="/Zm200" |
|---|
| 11 | AdditionalIncludeDirectories="$(RootDir)src\orxonox" |
|---|
| [2087] | 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.