Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2008, 1:56:15 PM (16 years ago)
Author:
rgrieder
Message:
  • tolua bind files generation support for msvc
  • cleaned orxonox_vc8 solution file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/core.vcproj

    r1567 r1631  
    192192                                >
    193193                                <File
     194                                        RelativePath="..\..\src\core\tolua\tolua.pkg"
     195                                        >
     196                                        <FileConfiguration
     197                                                Name="Release|Win32"
     198                                                >
     199                                                <Tool
     200                                                        Name="VCCustomBuildTool"
     201                                                        Description="Generating tolua bind files..."
     202                                                        CommandLine="&quot;$(OutDir)\tolua_app.exe&quot; -n core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg"
     203                                                        Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h"
     204                                                />
     205                                        </FileConfiguration>
     206                                </File>
     207                                <File
    194208                                        RelativePath="..\..\src\core\tolua\tolua_bind.cc"
    195209                                        >
Note: See TracChangeset for help on using the changeset viewer.