Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1896


Ignore:
Timestamp:
Oct 10, 2008, 12:07:45 AM (15 years ago)
Author:
rgrieder
Message:

In msvc files:

  • linked lua and tolua statically to toluagen and toluagen_orxonox
  • created output directories for different versions and builds

Update your msvc dependencies!

Location:
code/trunk
Files:
5 added
12 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/Main.cc

    r1891 r1896  
    9393    // Specifiy config file before creating the GameStates in order to have
    9494    // setConfigValues() in the constructor (required).
    95 #if ORXONOX_DEBUG_MODE == 1
    96         ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox_d.ini");
    97 #else
    98         ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox.ini");
    99 #endif
     95    ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox.ini");
    10096
    10197    // create the gamestates
  • code/trunk/visual_studio/vc8/base.vsprops

    r1877 r1896  
    99                Name="VCCLCompilerTool"
    1010                AdditionalIncludeDirectories=""$(RootDir)";"$(RootDir)src";"$(RootDir)src\orxonox";"$(RootDir)src\ceguilua-0.6.1";"$(LibDir)ogre-1.4.9\include";"$(LibDir)boost-1.35.0\include";"$(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)freealut-1.1.0\include";"$(LibDir)tcl-8.5.2\include";"$(LibDir)zlib-1.2.3\include""
    11                 PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;_WINDOWS;BOOST_ALL_DYN_LINK;OIS_DYNAMIC_LIB;ZLIB_WINAPI;LUA_BUILD_AS_DLL"
     11                PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;_WINDOWS;BOOST_ALL_DYN_LINK;OIS_DYNAMIC_LIB;ZLIB_WINAPI"
    1212                WarningLevel="3"
    1313                DisableSpecificWarnings="4522;4251;4800"
     
    1515        <Tool
    1616                Name="VCLibrarianTool"
    17                 OutputFile="$(LibOutDir)$(ProjectName)$(CS).lib"
    18                 AdditionalLibraryDirectories="$(RootDir)dependencies\lib"
    19                 IgnoreAllDefaultLibraries="true"
     17                OutputFile="$(IntDir)$(ProjectName)$(CS).lib"
     18                AdditionalLibraryDirectories="$(LibDir)"
    2019        />
    2120        <Tool
     
    2423                AdditionalLibraryDirectories="&quot;$(LibDir)boost-1.35.0\lib&quot;;&quot;$(LibDir)cegui-0.6.1\lib&quot;;&quot;$(LibDir)enet-1.2\lib&quot;;&quot;$(LibDir)freealut-1.1.0\lib&quot;;&quot;$(LibDir)libogg-1.1.3\lib&quot;;&quot;$(LibDir)libvorbis-1.2.0\lib&quot;;&quot;$(LibDir)ogre-1.4.9\lib&quot;;&quot;$(LibDir)openal-1.1\lib&quot;;&quot;$(LibDir)tcl-8.5.2\lib&quot;;&quot;$(LibDir)zlib-1.2.3\lib&quot;"
    2524                SubSystem="1"
    26                 ImportLibrary="$(LibOutDir)$(TargetName).lib"
     25                ImportLibrary="$(IntDir)\$(TargetName).lib"
    2726                TargetMachine="1"
    2827        />
  • code/trunk/visual_studio/vc8/core.vcproj

    r1887 r1896  
    196196                                                        Name="VCCustomBuildTool"
    197197                                                        Description="Generating tolua bind files..."
    198                                                         CommandLine="&quot;$(OutDir)\toluagen_orxonox$(CS).exe&quot; -n Core -o $(RootDir)/src/core/tolua/tolua_bind.cc -H $(RootDir)/src/core/tolua/tolua_bind.h $(RootDir)/src/core/tolua/tolua.pkg&#x0D;&#x0A;"
     198                                                        CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen_orxonox\toluagen_orxonox$(CS).exe&quot; -n Core -o $(RootDir)/src/core/tolua/tolua_bind.cc -H $(RootDir)/src/core/tolua/tolua_bind.h $(RootDir)/src/core/tolua/tolua.pkg&#x0D;&#x0A;"
    199199                                                        AdditionalDependencies="$(RootDir)\src\core\Script.h;$(RootDir)\src\core\CommandExecutor.h"
    200200                                                        Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h"
     
    207207                                                        Name="VCCustomBuildTool"
    208208                                                        Description="Generating tolua bind files..."
    209                                                         CommandLine="&quot;$(OutDir)\toluagen_orxonox$(CS).exe&quot; -n Core -o $(RootDir)/src/core/tolua/tolua_bind.cc -H $(RootDir)/src/core/tolua/tolua_bind.h $(RootDir)/src/core/tolua/tolua.pkg&#x0D;&#x0A;"
    210                                                         AdditionalDependencies=""
     209                                                        CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen_orxonox\toluagen_orxonox$(CS).exe&quot; -n Core -o $(RootDir)/src/core/tolua/tolua_bind.cc -H $(RootDir)/src/core/tolua/tolua_bind.h $(RootDir)/src/core/tolua/tolua.pkg&#x0D;&#x0A;"
     210                                                        AdditionalDependencies="$(RootDir)\src\core\Script.h;$(RootDir)\src\core\CommandExecutor.h"
    211211                                                        Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h"
    212212                                                />
  • code/trunk/visual_studio/vc8/core.vsprops

    r1842 r1896  
    99                Name="VCCLCompilerTool"
    1010                AdditionalOptions="/MP2"
    11                 PreprocessorDefinitions="CORE_SHARED_BUILD"
     11                PreprocessorDefinitions="CORE_SHARED_BUILD;LUA_BUILD_AS_DLL"
    1212        />
    1313        <Tool
  • code/trunk/visual_studio/vc8/directories.vsprops

    r1877 r1896  
    44        Version="8.00"
    55        Name="directories"
    6         OutputDirectory="$(RootDir)bin\"
    7         IntermediateDirectory="$(RootDir)obj\$(ProjectName)\$(ConfigurationName)"
     6        OutputDirectory="$(RootDir)bin\$(SolutionName)\$(ConfigurationName)\"
     7        IntermediateDirectory="$(RootDir)build\$(SolutionName)\$(ConfigurationName)\$(ProjectName)\"
    88        >
    99        <UserMacro
     
    1313        <UserMacro
    1414                Name="LibDir"
    15                 Value="$(RootDir)dependencies\"
     15                Value="$(RootDir)\dependencies\"
    1616        />
    1717        <UserMacro
  • code/trunk/visual_studio/vc8/lua.vsprops

    r1839 r1896  
    88        <Tool
    99                Name="VCCLCompilerTool"
     10                PreprocessorDefinitions="LUA_BUILD_AS_DLL"
    1011                CompileAs="1"
    1112                DisableSpecificWarnings="4996"
  • code/trunk/visual_studio/vc8/orxonox.vcproj

    r1891 r1896  
    348348                                                        Name="VCCustomBuildTool"
    349349                                                        Description="Generating tolua bind files..."
    350                                                         CommandLine="&quot;$(OutDir)\toluagen_orxonox$(CS).exe&quot; -n Orxonox -o $(RootDir)/src/orxonox/tolua/tolua_bind.cc -H $(RootDir)/src/orxonox/tolua/tolua_bind.h $(RootDir)/src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
     350                                                        CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen_orxonox\toluagen_orxonox$(CS).exe&quot; -n Orxonox -o $(RootDir)/src/orxonox/tolua/tolua_bind.cc -H $(RootDir)/src/orxonox/tolua/tolua_bind.h $(RootDir)/src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
    351351                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
    352352                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
     
    359359                                                        Name="VCCustomBuildTool"
    360360                                                        Description="Generating tolua bind files..."
    361                                                         CommandLine="&quot;$(OutDir)\toluagen_orxonox$(CS).exe&quot; -n Orxonox -o $(RootDir)/src/orxonox/tolua/tolua_bind.cc -H $(RootDir)/src/orxonox/tolua/tolua_bind.h $(RootDir)/src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
     361                                                        CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen_orxonox\toluagen_orxonox$(CS).exe&quot; -n Orxonox -o $(RootDir)/src/orxonox/tolua/tolua_bind.cc -H $(RootDir)/src/orxonox/tolua/tolua_bind.h $(RootDir)/src/orxonox/tolua/tolua.pkg&#x0D;&#x0A;"
    362362                                                        AdditionalDependencies="$(RootDir)\src\orxonox\gui\GUIManager.h"
    363363                                                        Outputs="$(RootDir)\src\orxonox\tolua\tolua_bind.cc; $(RootDir)\src\orxonox\tolua\tolua_bind.h"
  • code/trunk/visual_studio/vc8/orxonox.vsprops

    r1842 r1896  
    99                Name="VCCLCompilerTool"
    1010                AdditionalOptions="/MP2"
    11                 PreprocessorDefinitions="ORXONOX_NO_EXPORTS;NETWORK_STATIC_BUILD"
     11                PreprocessorDefinitions="ORXONOX_NO_EXPORTS;NETWORK_STATIC_BUILD;LUA_BUILD_AS_DLL"
    1212                UsePrecompiledHeader="2"
    1313                PrecompiledHeaderThrough="OrxonoxStableHeaders.h"
  • code/trunk/visual_studio/vc8/orxonox_vc8.sln

    r1877 r1896  
    33# Visual Studio 2005
    44Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpptcl", "cpptcl.vcproj", "{53C56131-E2AA-4A27-B460-7AC05D61A0E6}"
     5        ProjectSection(WebsiteProperties) = preProject
     6                Debug.AspNetCompiler.Debug = "True"
     7                Release.AspNetCompiler.Debug = "False"
     8        EndProjectSection
    59EndProject
    610Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml", "tinyxml.vcproj", "{F101C2F0-1CB9-4A57-827B-6C399A99B28F}"
     11        ProjectSection(WebsiteProperties) = preProject
     12                Debug.AspNetCompiler.Debug = "True"
     13                Release.AspNetCompiler.Debug = "False"
     14        EndProjectSection
    715EndProject
    816Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tolua", "tolua.vcproj", "{35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}"
     17        ProjectSection(WebsiteProperties) = preProject
     18                Debug.AspNetCompiler.Debug = "True"
     19                Release.AspNetCompiler.Debug = "False"
     20        EndProjectSection
    921        ProjectSection(ProjectDependencies) = postProject
    1022                {63B3E57A-4382-42F3-85EC-E869CFCCA88F} = {63B3E57A-4382-42F3-85EC-E869CFCCA88F}
     
    1224EndProject
    1325Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toluagen_orxonox", "toluagen_orxonox.vcproj", "{71FC0211-5EB5-4637-BE8A-A48EC3CC27D0}"
    14         ProjectSection(ProjectDependencies) = postProject
     26        ProjectSection(WebsiteProperties) = preProject
     27                Debug.AspNetCompiler.Debug = "True"
     28                Release.AspNetCompiler.Debug = "False"
     29        EndProjectSection
     30        ProjectSection(ProjectDependencies) = postProject
     31                {8F5B7ED0-D380-4B4F-A744-3A568718176C} = {8F5B7ED0-D380-4B4F-A744-3A568718176C}
     32                {C6692661-9160-49E6-B109-A155F9485402} = {C6692661-9160-49E6-B109-A155F9485402}
    1533                {A0724246-CB7C-420B-BCF0-68EF205AFE34} = {A0724246-CB7C-420B-BCF0-68EF205AFE34}
     34        EndProjectSection
     35EndProject
     36Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toluagen", "toluagen.vcproj", "{A0724246-CB7C-420B-BCF0-68EF205AFE34}"
     37        ProjectSection(WebsiteProperties) = preProject
     38                Debug.AspNetCompiler.Debug = "True"
     39                Release.AspNetCompiler.Debug = "False"
     40        EndProjectSection
     41        ProjectSection(ProjectDependencies) = postProject
     42                {8F5B7ED0-D380-4B4F-A744-3A568718176C} = {8F5B7ED0-D380-4B4F-A744-3A568718176C}
     43                {C6692661-9160-49E6-B109-A155F9485402} = {C6692661-9160-49E6-B109-A155F9485402}
     44        EndProjectSection
     45EndProject
     46Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "util.vcproj", "{2240ECD7-2F48-4431-8E1B-25466A384CCC}"
     47        ProjectSection(WebsiteProperties) = preProject
     48                Debug.AspNetCompiler.Debug = "True"
     49                Release.AspNetCompiler.Debug = "False"
     50        EndProjectSection
     51EndProject
     52Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "core.vcproj", "{271715F3-5B90-4110-A552-70C788084A86}"
     53        ProjectSection(WebsiteProperties) = preProject
     54                Debug.AspNetCompiler.Debug = "True"
     55                Release.AspNetCompiler.Debug = "False"
     56        EndProjectSection
     57        ProjectSection(ProjectDependencies) = postProject
     58                {EA969DF2-70AF-46E6-BBE2-E03112E04CB8} = {EA969DF2-70AF-46E6-BBE2-E03112E04CB8}
     59                {F101C2F0-1CB9-4A57-827B-6C399A99B28F} = {F101C2F0-1CB9-4A57-827B-6C399A99B28F}
     60                {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
     61                {53C56131-E2AA-4A27-B460-7AC05D61A0E6} = {53C56131-E2AA-4A27-B460-7AC05D61A0E6}
    1662                {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626} = {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}
    1763                {63B3E57A-4382-42F3-85EC-E869CFCCA88F} = {63B3E57A-4382-42F3-85EC-E869CFCCA88F}
    18         EndProjectSection
    19 EndProject
    20 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "toluagen", "toluagen.vcproj", "{A0724246-CB7C-420B-BCF0-68EF205AFE34}"
    21         ProjectSection(ProjectDependencies) = postProject
     64                {71FC0211-5EB5-4637-BE8A-A48EC3CC27D0} = {71FC0211-5EB5-4637-BE8A-A48EC3CC27D0}
     65        EndProjectSection
     66EndProject
     67Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audio", "audio.vcproj", "{4733BD1A-E04C-458D-8BFB-5010250EA497}"
     68        ProjectSection(WebsiteProperties) = preProject
     69                Debug.AspNetCompiler.Debug = "True"
     70                Release.AspNetCompiler.Debug = "False"
     71        EndProjectSection
     72        ProjectSection(ProjectDependencies) = postProject
     73                {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}
     74                {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
     75        EndProjectSection
     76EndProject
     77Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "network", "network.vcproj", "{35575B59-E1AE-40E8-89C4-2862B5B09B68}"
     78        ProjectSection(WebsiteProperties) = preProject
     79                Debug.AspNetCompiler.Debug = "True"
     80                Release.AspNetCompiler.Debug = "False"
     81        EndProjectSection
     82        ProjectSection(ProjectDependencies) = postProject
     83                {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}
     84                {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
     85        EndProjectSection
     86EndProject
     87Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orxonox", "orxonox.vcproj", "{0B6C5CFD-F91B-432A-80A3-2610F61E060B}"
     88        ProjectSection(WebsiteProperties) = preProject
     89                Debug.AspNetCompiler.Debug = "True"
     90                Release.AspNetCompiler.Debug = "False"
     91        EndProjectSection
     92        ProjectSection(ProjectDependencies) = postProject
     93                {4BBBB49F-3203-4BB4-AAE3-48BCA96FCB4F} = {4BBBB49F-3203-4BB4-AAE3-48BCA96FCB4F}
     94                {F101C2F0-1CB9-4A57-827B-6C399A99B28F} = {F101C2F0-1CB9-4A57-827B-6C399A99B28F}
     95                {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}
     96                {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
     97                {35575B59-E1AE-40E8-89C4-2862B5B09B68} = {35575B59-E1AE-40E8-89C4-2862B5B09B68}
     98                {4733BD1A-E04C-458D-8BFB-5010250EA497} = {4733BD1A-E04C-458D-8BFB-5010250EA497}
    2299                {63B3E57A-4382-42F3-85EC-E869CFCCA88F} = {63B3E57A-4382-42F3-85EC-E869CFCCA88F}
    23100                {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626} = {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}
    24         EndProjectSection
    25 EndProject
    26 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "util.vcproj", "{2240ECD7-2F48-4431-8E1B-25466A384CCC}"
    27 EndProject
    28 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "core", "core.vcproj", "{271715F3-5B90-4110-A552-70C788084A86}"
    29         ProjectSection(ProjectDependencies) = postProject
    30101                {71FC0211-5EB5-4637-BE8A-A48EC3CC27D0} = {71FC0211-5EB5-4637-BE8A-A48EC3CC27D0}
    31                 {63B3E57A-4382-42F3-85EC-E869CFCCA88F} = {63B3E57A-4382-42F3-85EC-E869CFCCA88F}
     102        EndProjectSection
     103EndProject
     104Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "lua.vcproj", "{63B3E57A-4382-42F3-85EC-E869CFCCA88F}"
     105        ProjectSection(WebsiteProperties) = preProject
     106                Debug.AspNetCompiler.Debug = "True"
     107                Release.AspNetCompiler.Debug = "False"
     108        EndProjectSection
     109EndProject
     110Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ceguilua", "ceguilua.vcproj", "{4BBBB49F-3203-4BB4-AAE3-48BCA96FCB4F}"
     111        ProjectSection(WebsiteProperties) = preProject
     112                Debug.AspNetCompiler.Debug = "True"
     113                Release.AspNetCompiler.Debug = "False"
     114        EndProjectSection
     115        ProjectSection(ProjectDependencies) = postProject
    32116                {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626} = {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}
    33                 {53C56131-E2AA-4A27-B460-7AC05D61A0E6} = {53C56131-E2AA-4A27-B460-7AC05D61A0E6}
    34                 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
    35                 {F101C2F0-1CB9-4A57-827B-6C399A99B28F} = {F101C2F0-1CB9-4A57-827B-6C399A99B28F}
    36                 {EA969DF2-70AF-46E6-BBE2-E03112E04CB8} = {EA969DF2-70AF-46E6-BBE2-E03112E04CB8}
    37         EndProjectSection
    38 EndProject
    39 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "audio", "audio.vcproj", "{4733BD1A-E04C-458D-8BFB-5010250EA497}"
    40         ProjectSection(ProjectDependencies) = postProject
    41                 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
    42                 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}
    43         EndProjectSection
    44 EndProject
    45 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "network", "network.vcproj", "{35575B59-E1AE-40E8-89C4-2862B5B09B68}"
    46         ProjectSection(ProjectDependencies) = postProject
    47                 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
    48                 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}
    49         EndProjectSection
    50 EndProject
    51 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orxonox", "orxonox.vcproj", "{0B6C5CFD-F91B-432A-80A3-2610F61E060B}"
    52         ProjectSection(ProjectDependencies) = postProject
    53                 {71FC0211-5EB5-4637-BE8A-A48EC3CC27D0} = {71FC0211-5EB5-4637-BE8A-A48EC3CC27D0}
    54                 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626} = {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}
    55                 {63B3E57A-4382-42F3-85EC-E869CFCCA88F} = {63B3E57A-4382-42F3-85EC-E869CFCCA88F}
    56                 {4733BD1A-E04C-458D-8BFB-5010250EA497} = {4733BD1A-E04C-458D-8BFB-5010250EA497}
    57                 {35575B59-E1AE-40E8-89C4-2862B5B09B68} = {35575B59-E1AE-40E8-89C4-2862B5B09B68}
    58                 {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
    59                 {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}
    60                 {F101C2F0-1CB9-4A57-827B-6C399A99B28F} = {F101C2F0-1CB9-4A57-827B-6C399A99B28F}
    61                 {4BBBB49F-3203-4BB4-AAE3-48BCA96FCB4F} = {4BBBB49F-3203-4BB4-AAE3-48BCA96FCB4F}
    62         EndProjectSection
    63 EndProject
    64 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "lua.vcproj", "{63B3E57A-4382-42F3-85EC-E869CFCCA88F}"
    65 EndProject
    66 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ceguilua", "ceguilua.vcproj", "{4BBBB49F-3203-4BB4-AAE3-48BCA96FCB4F}"
    67         ProjectSection(ProjectDependencies) = postProject
    68                 {63B3E57A-4382-42F3-85EC-E869CFCCA88F} = {63B3E57A-4382-42F3-85EC-E869CFCCA88F}
    69                 {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626} = {35E36A06-0A5C-4A0D-9AB6-5A05EAA87626}
     117                {63B3E57A-4382-42F3-85EC-E869CFCCA88F} = {63B3E57A-4382-42F3-85EC-E869CFCCA88F}
    70118        EndProjectSection
    71119EndProject
    72120Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ois", "ois.vcproj", "{EA969DF2-70AF-46E6-BBE2-E03112E04CB8}"
     121        ProjectSection(WebsiteProperties) = preProject
     122                Debug.AspNetCompiler.Debug = "True"
     123                Release.AspNetCompiler.Debug = "False"
     124        EndProjectSection
    73125EndProject
    74126Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "externals", "externals", "{B9D56701-B4DB-43F8-9920-241CA418C1CE}"
     127        ProjectSection(WebsiteProperties) = preProject
     128                Debug.AspNetCompiler.Debug = "True"
     129                Release.AspNetCompiler.Debug = "False"
     130        EndProjectSection
     131EndProject
     132Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tolua_static", "tolua_static.vcproj", "{C6692661-9160-49E6-B109-A155F9485402}"
     133        ProjectSection(WebsiteProperties) = preProject
     134                Debug.AspNetCompiler.Debug = "True"
     135                Release.AspNetCompiler.Debug = "False"
     136        EndProjectSection
     137EndProject
     138Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua_static", "lua_static.vcproj", "{8F5B7ED0-D380-4B4F-A744-3A568718176C}"
     139        ProjectSection(WebsiteProperties) = preProject
     140                Debug.AspNetCompiler.Debug = "True"
     141                Release.AspNetCompiler.Debug = "False"
     142        EndProjectSection
    75143EndProject
    76144Global
     
    132200                {EA969DF2-70AF-46E6-BBE2-E03112E04CB8}.Release|Win32.ActiveCfg = Release|Win32
    133201                {EA969DF2-70AF-46E6-BBE2-E03112E04CB8}.Release|Win32.Build.0 = Release|Win32
     202                {C6692661-9160-49E6-B109-A155F9485402}.Debug|Win32.ActiveCfg = Debug|Win32
     203                {C6692661-9160-49E6-B109-A155F9485402}.Debug|Win32.Build.0 = Debug|Win32
     204                {C6692661-9160-49E6-B109-A155F9485402}.Release|Win32.ActiveCfg = Release|Win32
     205                {C6692661-9160-49E6-B109-A155F9485402}.Release|Win32.Build.0 = Release|Win32
     206                {8F5B7ED0-D380-4B4F-A744-3A568718176C}.Debug|Win32.ActiveCfg = Debug|Win32
     207                {8F5B7ED0-D380-4B4F-A744-3A568718176C}.Debug|Win32.Build.0 = Debug|Win32
     208                {8F5B7ED0-D380-4B4F-A744-3A568718176C}.Release|Win32.ActiveCfg = Release|Win32
     209                {8F5B7ED0-D380-4B4F-A744-3A568718176C}.Release|Win32.Build.0 = Release|Win32
    134210        EndGlobalSection
    135211        GlobalSection(SolutionProperties) = preSolution
     
    145221                {EA969DF2-70AF-46E6-BBE2-E03112E04CB8} = {B9D56701-B4DB-43F8-9920-241CA418C1CE}
    146222                {53C56131-E2AA-4A27-B460-7AC05D61A0E6} = {B9D56701-B4DB-43F8-9920-241CA418C1CE}
     223                {C6692661-9160-49E6-B109-A155F9485402} = {B9D56701-B4DB-43F8-9920-241CA418C1CE}
     224                {8F5B7ED0-D380-4B4F-A744-3A568718176C} = {B9D56701-B4DB-43F8-9920-241CA418C1CE}
    147225        EndGlobalSection
    148226EndGlobal
  • code/trunk/visual_studio/vc8/toluagen.vsprops

    r1877 r1896  
    88        <Tool
    99                Name="VCCLCompilerTool"
     10                PreprocessorDefinitions="TOLUA_STATIC_BUILD"
    1011                CompileAs="1"
    1112        />
    1213        <Tool
    1314                Name="VCLinkerTool"
    14                 OutputFile="$(OutDir)$(ProjectName)$(CS).exe"
     15                OutputFile="$(IntDir)$(ProjectName)$(CS).exe"
    1516        />
    1617</VisualStudioPropertySheet>
  • code/trunk/visual_studio/vc8/toluagen_orxonox.vcproj

    r1877 r1896  
    157157                                                Name="VCCustomBuildTool"
    158158                                                Description="Generating tolua bind files..."
    159                                                 CommandLine="&quot;$(OutDir)\toluagen$(CS).exe&quot; -n tolua -o $(RootDir)/src/tolua/toluabind_orxonox.c -H $(RootDir)/src/tolua/toluabind_orxonox.h $(RootDir)/src/tolua/tolua-5.1.pkg&#x0D;&#x0A;"
     159                                                CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen\toluagen$(CS).exe&quot; -n tolua -o $(RootDir)/src/tolua/toluabind_orxonox.c -H $(RootDir)/src/tolua/toluabind_orxonox.h $(RootDir)/src/tolua/tolua-5.1.pkg&#x0D;&#x0A;"
    160160                                                AdditionalDependencies="$(RootDir)\src\tolua\lua\compat-5.1.lua;$(RootDir)\src\tolua\lua\compat.lua;$(RootDir)\src\tolua\lua\basic.lua;$(RootDir)\src\tolua\lua\feature.lua;$(RootDir)\src\tolua\lua\verbatim.lua;$(RootDir)\src\tolua\lua\code.lua;$(RootDir)\src\tolua\lua\typedef.lua;$(RootDir)\src\tolua\lua\container.lua;$(RootDir)\src\tolua\lua\package.lua;$(RootDir)\src\tolua\lua\module.lua;$(RootDir)\src\tolua\lua\namespace.lua;$(RootDir)\src\tolua\lua\define.lua;$(RootDir)\src\tolua\lua\enumerate.lua;$(RootDir)\src\tolua\lua\declaration.lua;$(RootDir)\src\tolua\lua\variable.lua;$(RootDir)\src\tolua\lua\array.lua;$(RootDir)\src\tolua\lua\function.lua;$(RootDir)\src\tolua\lua\operator.lua;$(RootDir)\src\tolua\lua\class.lua;$(RootDir)\src\tolua\lua\clean.lua;$(RootDir)\src\tolua\lua\doit.lua"
    161161                                                Outputs="$(RootDir)\src\tolua\toluabind_orxonox.c; $(RootDir)\src\tolua\toluabind_orxonox.h"
     
    168168                                                Name="VCCustomBuildTool"
    169169                                                Description="Generating tolua bind files..."
    170                                                 CommandLine="&quot;$(OutDir)\toluagen$(CS).exe&quot; -n tolua -o $(RootDir)/src/tolua/toluabind_orxonox.c -H $(RootDir)/src/tolua/toluabind_orxonox.h $(RootDir)/src/tolua/tolua-5.1.pkg&#x0D;&#x0A;"
     170                                                CommandLine="&quot;$(RootDir)\build\$(SolutionName)\$(ConfigurationName)\toluagen\toluagen$(CS).exe&quot; -n tolua -o $(RootDir)/src/tolua/toluabind_orxonox.c -H $(RootDir)/src/tolua/toluabind_orxonox.h $(RootDir)/src/tolua/tolua-5.1.pkg&#x0D;&#x0A;"
    171171                                                AdditionalDependencies="$(RootDir)\src\tolua\lua\compat-5.1.lua;$(RootDir)\src\tolua\lua\compat.lua;$(RootDir)\src\tolua\lua\basic.lua;$(RootDir)\src\tolua\lua\feature.lua;$(RootDir)\src\tolua\lua\verbatim.lua;$(RootDir)\src\tolua\lua\code.lua;$(RootDir)\src\tolua\lua\typedef.lua;$(RootDir)\src\tolua\lua\container.lua;$(RootDir)\src\tolua\lua\package.lua;$(RootDir)\src\tolua\lua\module.lua;$(RootDir)\src\tolua\lua\namespace.lua;$(RootDir)\src\tolua\lua\define.lua;$(RootDir)\src\tolua\lua\enumerate.lua;$(RootDir)\src\tolua\lua\declaration.lua;$(RootDir)\src\tolua\lua\variable.lua;$(RootDir)\src\tolua\lua\array.lua;$(RootDir)\src\tolua\lua\function.lua;$(RootDir)\src\tolua\lua\operator.lua;$(RootDir)\src\tolua\lua\class.lua;$(RootDir)\src\tolua\lua\clean.lua;$(RootDir)\src\tolua\lua\doit.lua"
    172172                                                Outputs="$(RootDir)\src\tolua\toluabind_orxonox.c; $(RootDir)\src\tolua\toluabind_orxonox.h"
  • code/trunk/visual_studio/vc8/toluagen_orxonox.vsprops

    r1877 r1896  
    1313        <Tool
    1414                Name="VCLinkerTool"
    15                 OutputFile="$(OutDir)$(ProjectName)$(CS).exe"
     15                OutputFile="$(IntDir)$(ProjectName)$(CS).exe"
    1616        />
    1717</VisualStudioPropertySheet>
Note: See TracChangeset for help on using the changeset viewer.