Changeset 1724 for code/branches/gui/visual_studio
- Timestamp:
- Sep 6, 2008, 9:51:01 PM (16 years ago)
- Location:
- code/branches/gui/visual_studio
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/visual_studio/base_properties.vsprops
r1659 r1724 45 45 <UserMacro 46 46 Name="LibDir" 47 Value="$(RootDir)..\lib_ src\"47 Value="$(RootDir)..\lib_precompiled\include\" 48 48 /> 49 49 </VisualStudioPropertySheet> -
code/branches/gui/visual_studio/vc8/orxonox.vcproj
r1694 r1724 539 539 </File> 540 540 <File 541 RelativePath="..\..\src\orxonox\OrxonoxLibraryHeaders.h" 542 > 543 </File> 544 <File 541 545 RelativePath="..\..\src\orxonox\OrxonoxPrereqs.h" 542 546 > -
code/branches/gui/visual_studio/vc8/tolua_app.vcproj
r1644 r1724 153 153 </File> 154 154 <File 155 RelativePath="..\..\src\tolua\tolua .pkg"155 RelativePath="..\..\src\tolua\tolua-5.1.pkg" 156 156 > 157 157 <FileConfiguration … … 161 161 Name="VCCustomBuildTool" 162 162 Description="Generating tolua bind files..." 163 CommandLine=""$(OutDir)\tolua_gen_d.exe" -n tolua -o ../../src/tolua/toluabind_orxonox.c -H ../../src/tolua/toluabind_orxonox.h ../../src/tolua/tolua .pkg"163 CommandLine=""$(OutDir)\tolua_gen_d.exe" -n tolua -o ../../src/tolua/toluabind_orxonox.c -H ../../src/tolua/toluabind_orxonox.h ../../src/tolua/tolua-5.1.pkg
" 164 164 Outputs="$(RootDir)\src\tolua\toluabind_orxonox.c; $(RootDir)\src\tolua\toluabind_orxonox.h" 165 165 /> … … 171 171 Name="VCCustomBuildTool" 172 172 Description="Generating tolua bind files..." 173 CommandLine=""$(OutDir)\tolua_gen.exe" -n tolua -o ../../src/tolua/toluabind_orxonox.c -H ../../src/tolua/toluabind_orxonox.h ../../src/tolua/tolua .pkg"173 CommandLine=""$(OutDir)\tolua_gen.exe" -n tolua -o ../../src/tolua/toluabind_orxonox.c -H ../../src/tolua/toluabind_orxonox.h ../../src/tolua/tolua-5.1.pkg
" 174 174 Outputs="$(RootDir)\src\tolua\toluabind_orxonox.c; $(RootDir)\src\tolua\toluabind_orxonox.h" 175 175 />
Note: See TracChangeset
for help on using the changeset viewer.