From: Foster B. <fos...@us...> - 2006-02-23 23:29:13
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25760/ide_projects/vc8 Modified Files: begin.vcproj widgets.vcproj Log Message: the state of things. We've been working to isolate static_text_t (now called label_t) but it has been slow going because we're trying to wrestle with perfecting the API and what effect that has on other components that were using label_t in a way that isn't in accordance with the new API we're trying to write. As it stands static_disabled_text_m is broken on both platforms, but everything else should be working better. Index: widgets.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/widgets.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** widgets.vcproj 24 Jan 2006 19:38:51 -0000 1.3 --- widgets.vcproj 23 Feb 2006 23:28:58 -0000 1.4 *************** *** 179,182 **** --- 179,190 ---- </File> <File + RelativePath="..\..\adobe\future\widgets\sources\label_t.cpp" + > + </File> + <File + RelativePath="..\..\adobe\future\widgets\sources\win32\label_t_impl.cpp" + > + </File> + <File RelativePath="..\..\adobe\future\widgets\sources\win32\metrics.cpp" > *************** *** 275,278 **** --- 283,294 ---- </File> <File + RelativePath="..\..\adobe\future\widgets\headers\label_t.hpp" + > + </File> + <File + RelativePath="..\..\adobe\future\widgets\headers\win32\label_t_impl.hpp" + > + </File> + <File RelativePath="..\..\adobe\future\widgets\headers\win\metrics.hpp" > *************** *** 295,299 **** </File> <File ! RelativePath="..\..\adobe\future\widgets\headers\win\ui_core_implementation.hpp" > </File> --- 311,315 ---- </File> <File ! RelativePath="..\..\adobe\future\widgets\headers\win32\ui_core_implementation.hpp" > </File> Index: begin.vcproj =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/vc8/begin.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** begin.vcproj 24 Jan 2006 19:38:51 -0000 1.3 --- begin.vcproj 23 Feb 2006 23:28:58 -0000 1.4 *************** *** 62,66 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="comctl32.lib" LinkIncremental="2" GenerateManifest="false" --- 62,66 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="comctl32.lib uxtheme.lib" LinkIncremental="2" GenerateManifest="false" *************** *** 206,209 **** --- 206,213 ---- </File> <File + RelativePath="..\..\adobe\test\begin\sources\file.cpp" + > + </File> + <File RelativePath="..\..\adobe\test\begin\sources\win32\main.cpp" > |