Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2008, 7:49:26 PM (16 years ago)
Author:
rgrieder
Message:

merged input branch into gui test branch (was about time)
svn save (it's still a mess and CMLs haven't been updated)
I'll have to create a special project to create the tolua_bind files for tolua itself anyway..

Location:
code/branches/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui

  • code/branches/gui/visual_studio/vc8/core.vcproj

    r1631 r1638  
    165165                        </File>
    166166                        <File
     167                                RelativePath="..\..\src\core\Exception.cc"
     168                                >
     169                        </File>
     170                        <File
    167171                                RelativePath="..\..\src\core\Language.cc"
    168172                                >
     
    194198                                        RelativePath="..\..\src\core\tolua\tolua.pkg"
    195199                                        >
     200                                        <FileConfiguration
     201                                                Name="Debug|Win32"
     202                                                >
     203                                                <Tool
     204                                                        Name="VCCustomBuildTool"
     205                                                        Description="Generating tolua bind files..."
     206                                                        CommandLine="&quot;$(OutDir)\tolua_app_d.exe&quot; -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg&#x0D;&#x0A;"
     207                                                        Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h"
     208                                                />
     209                                        </FileConfiguration>
    196210                                        <FileConfiguration
    197211                                                Name="Release|Win32"
     
    200214                                                        Name="VCCustomBuildTool"
    201215                                                        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"
     216                                                        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&#x0D;&#x0A;"
    203217                                                        Outputs="$(RootDir)\src\core\tolua\tolua_bind.cc; $(RootDir)\src\core\tolua\tolua_bind.h"
    204218                                                />
     
    294308                                </File>
    295309                                <File
     310                                        RelativePath="..\..\src\core\input\ExtendedInputState.cc"
     311                                        >
     312                                </File>
     313                                <File
    296314                                        RelativePath="..\..\src\core\input\HalfAxis.cc"
    297315                                        >
     
    315333                                <File
    316334                                        RelativePath="..\..\src\core\input\KeyDetector.cc"
     335                                        >
     336                                </File>
     337                                <File
     338                                        RelativePath="..\..\src\core\input\SimpleInputState.cc"
    317339                                        >
    318340                                </File>
     
    373395                        </File>
    374396                        <File
     397                                RelativePath="..\..\src\core\Exception.h"
     398                                >
     399                        </File>
     400                        <File
    375401                                RelativePath="..\..\src\core\Language.h"
    376402                                >
     
    412438                                </File>
    413439                                <File
     440                                        RelativePath="..\..\src\core\input\ExtendedInputState.h"
     441                                        >
     442                                </File>
     443                                <File
    414444                                        RelativePath="..\..\src\core\input\HalfAxis.h"
    415445                                        >
     
    432462                                </File>
    433463                                <File
     464                                        RelativePath="..\..\src\core\input\InputState.h"
     465                                        >
     466                                </File>
     467                                <File
    434468                                        RelativePath="..\..\src\core\input\KeyBinder.h"
    435469                                        >
     
    437471                                <File
    438472                                        RelativePath="..\..\src\core\input\KeyDetector.h"
     473                                        >
     474                                </File>
     475                                <File
     476                                        RelativePath="..\..\src\core\input\SimpleInputState.h"
    439477                                        >
    440478                                </File>
Note: See TracChangeset for help on using the changeset viewer.