| 
                Last change
                  on this file since 2109 was
                  1804,
                  checked in by rgrieder, 17 years ago
           | 
        
        
          | 
               
Implemented lua and ceguilua as far as it works now with visual studio. Next (not so big) step is to integrate it in CMake (already did the most part). 
 
           | 
        
        | 
            File size:
            1.8 KB
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [678] | 1 | <?xml version="1.0" encoding="Windows-1252"?> | 
|---|
 | 2 | <VisualStudioPropertySheet | 
|---|
 | 3 |         ProjectType="Visual C++" | 
|---|
 | 4 |         Version="8.00" | 
|---|
 | 5 |         Name="base_properties" | 
|---|
| [789] | 6 |         InheritedPropertySheets=".\directory_properties.vsprops" | 
|---|
| [678] | 7 |         > | 
|---|
 | 8 |         <Tool | 
|---|
 | 9 |                 Name="VCCLCompilerTool" | 
|---|
| [1804] | 10 |                 AdditionalIncludeDirectories=""$(RootDir)";"$(RootDir)src";"$(RootDir)src\orxonox";"$(RootDir)src\lua-5.1.3";"$(RootDir)src\ceguilua-0.6.1";"$(LibDir)ogre-1.4.9\OgreMain\include";"$(LibDir)boost-1.35.0";"$(LibDir)cegui-0.6.1\include";"$(LibDir)enet-1.2\include";"$(LibDir)libogg-1.1.3\include";"$(LibDir)libvorbis-1.2.0\include";"$(LibDir)openal-1.1\include";"$(LibDir)openal-1.1\alut\include";"$(LibDir)tcl-8.5.\generic";"$(LibDir)zlib-1.2.3"" | 
|---|
 | 11 |                 PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;_WINDOWS;BOOST_ALL_DYN_LINK;OIS_DYNAMIC_LIB;ZLIB_WINAPI;LUA_BUILD_AS_DLL" | 
|---|
| [708] | 12 |                 WarningLevel="3" | 
|---|
| [1059] | 13 |                 DisableSpecificWarnings="4522;4251;4800" | 
|---|
| [678] | 14 |         /> | 
|---|
 | 15 |         <Tool | 
|---|
 | 16 |                 Name="VCLibrarianTool" | 
|---|
| [789] | 17 |                 OutputFile="$(LibOutDir)$(ProjectName)$(CS).lib" | 
|---|
| [788] | 18 |                 AdditionalLibraryDirectories="$(RootDir)dependencies\lib" | 
|---|
| [678] | 19 |                 IgnoreAllDefaultLibraries="true" | 
|---|
 | 20 |         /> | 
|---|
 | 21 |         <Tool | 
|---|
 | 22 |                 Name="VCLinkerTool" | 
|---|
| [789] | 23 |                 OutputFile="$(OutDir)$(ProjectName)$(CS).dll" | 
|---|
 | 24 |                 AdditionalLibraryDirectories="$(DependencyDir)lib" | 
|---|
| [1024] | 25 |                 SubSystem="1" | 
|---|
| [789] | 26 |                 ImportLibrary="$(LibOutDir)$(TargetName).lib" | 
|---|
| [678] | 27 |                 TargetMachine="1" | 
|---|
 | 28 |         /> | 
|---|
| [788] | 29 |         <UserMacro | 
|---|
| [789] | 30 |                 Name="LibOutDir" | 
|---|
 | 31 |                 Value="$(RootDir)lib\" | 
|---|
| [788] | 32 |         /> | 
|---|
 | 33 |         <UserMacro | 
|---|
| [789] | 34 |                 Name="DependencyDir" | 
|---|
| [1571] | 35 |                 Value="$(RootDir)..\lib_precompiled\" | 
|---|
| [788] | 36 |         /> | 
|---|
| [789] | 37 |         <UserMacro | 
|---|
 | 38 |                 Name="CS" | 
|---|
 | 39 |                 Value="" | 
|---|
 | 40 |         /> | 
|---|
 | 41 |         <UserMacro | 
|---|
 | 42 |                 Name="CSS" | 
|---|
| [1024] | 43 |                 Value="" | 
|---|
| [789] | 44 |         /> | 
|---|
| [1571] | 45 |         <UserMacro | 
|---|
 | 46 |                 Name="LibDir" | 
|---|
| [1755] | 47 |                 Value="$(RootDir)..\lib_precompiled\include\" | 
|---|
| [1571] | 48 |         /> | 
|---|
| [678] | 49 | </VisualStudioPropertySheet> | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.