|
From: <cad...@li...> - 2006-02-19 21:52:35
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns=3D"http://www.w3.org/1999/xhtml"> <head><style type=3D"text/css"><!-- body {background:#ffffff;font-family:Verdana,Helvetica,Arial,sans-serif;} h3 {margin:15px 0;padding:0;line-height:0;} #msg {margin: 0 0 2em 0;} #msg dl, #msg ul, #msg pre {padding:1em;border:1px dashed black;margin: 1= 0px 0 30px 0;} #msg dl {background:#ccccff;} #msg pre {background:#ffffcc;} #msg ul {background:#cc99ff;list-style:none;} #msg dt {font-weight:bold;float:left;width: 6em;} #msg dt:after { content:':';} #patch h4 {padding: 0 10px;line-height:1.5em;margin:0;background:#ccffff;= border-bottom:1px solid black;margin:0 0 10px 0;} #patch .propset h4, #patch .binary h4 {margin: 0;} #patch pre {padding:0;line-height:1.2em;margin:0;} #patch .diff {background:#eeeeee;padding: 0 0 10px 0;} #patch .propset .diff, #patch .binary .diff {padding: 10px 0;} #patch span {display:block;padding:0 10px;} #patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patc= h .binary {border:1px solid black;margin:10px 0;} #patch .add {background:#ddffdd;} #patch .rem {background:#ffdddd;} #patch .lines, .info {color:#888888;background:#ffffff;} --></style> <title>[303] tiki/win32/tiki.vcproj: Tiki: Add cursor and pointerArrow to= win32 project</title> </head> <body> <div id=3D"msg"> <dl> <dt>Revision</dt> <dd>303</dd> <dt>Author</dt> <dd>sam.steele</dd> <dt>Date</dt> <dd>2006-02-18 08:33:59 -0800 (Sat, 18 Feb 2006)</dd> </dl> <h3>Log Message</h3> <pre>Tiki: Add cursor and pointerArrow to win32 project</pre> <h3>Modified Paths</h3> <ul> <li><a href=3D"#tikiwin32tikivcproj">tiki/win32/tiki.vcproj</a></li> </ul> </div> <div id=3D"patch"> <h3>Diff</h3> <a id=3D"tikiwin32tikivcproj"></a> <div class=3D"modfile"><h4>Modified: tiki/win32/tiki.vcproj (302 =3D> 303= )</h4> <pre class=3D"diff"> <span class=3D"info">--- tiki/win32/tiki.vcproj 2006-01-07 06:32:41 UTC (= rev 302) +++ tiki/win32/tiki.vcproj 2006-02-18 16:33:59 UTC (rev 303) </span><span class=3D"lines">@@ -20,7 +20,7 @@ </span><span class=3D"cx"> <Tool Name=3D"VCCLCompilerTool" Optimization=3D"0" </span><span class=3D"rem">- AdditionalIncludeDirectories=3D"incl= ude;../include;../3rdparty/libpng;../3rdparty/zlib;../3rdparty/libjpeg;..= /3rdparty/libogg/include;../3rdparty/libvorbis/include;../../../OpenAL/in= clude" </span><span class=3D"add">+ AdditionalIncludeDirectories=3D"incl= ude;../include;../3rdparty/libpng;../3rdparty/zlib;../3rdparty/libjpeg;..= /3rdparty/libogg/include;../3rdparty/libvorbis/include;C:\OpenAL\include&= quot; </span><span class=3D"cx"> MinimalRebuild=3D"TRUE" BasicRuntimeChecks=3D"3" RuntimeLibrary=3D"1" </span><span class=3D"lines">@@ -62,7 +62,7 @@ </span><span class=3D"cx"> CharacterSet=3D"2"> <Tool Name=3D"VCCLCompilerTool" </span><span class=3D"rem">- AdditionalIncludeDirectories=3D"incl= ude;../include;../3rdparty/libpng;../3rdparty/zlib;../3rdparty/libjpeg;..= /3rdparty/libogg/include;../3rdparty/libvorbis/include;../../../OpenAL/in= clude" </span><span class=3D"add">+ AdditionalIncludeDirectories=3D"incl= ude;../include;../3rdparty/libpng;../3rdparty/zlib;../3rdparty/libjpeg;..= /3rdparty/libogg/include;../3rdparty/libvorbis/include;C:\OpenAL\include&= quot; </span><span class=3D"cx"> RuntimeLibrary=3D"0" UsePrecompiledHeader=3D"3" PrecompiledHeaderThrough=3D"pch.h" </span><span class=3D"lines">@@ -219,8 +219,14 @@ </span><span class=3D"cx"> RelativePath=3D"..\src\gl\drawable= s\banner.cpp"> </File> <File </span><span class=3D"add">+ RelativePath=3D"..\src\gl\drawabl= es\cursor.cpp"> + </File> + <File </span><span class=3D"cx"> RelativePath=3D"..\src\gl\drawable= s\label.cpp"> </File> </span><span class=3D"add">+ <File + RelativePath=3D"..\src\gl\drawables\pointerArrow.cpp"&g= t; + </File> </span><span class=3D"cx"> </Filter> <Filter Name=3D"triggers" </span> </pre> </div> </div> </body> </html> |