Update of /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/darwin/asl_widgets.xcodeproj
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25760/ide_projects/darwin/asl_widgets.xcodeproj
Modified Files:
project.pbxproj
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: project.pbxproj
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/ide_projects/darwin/asl_widgets.xcodeproj/project.pbxproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** project.pbxproj 3 Feb 2006 18:33:40 -0000 1.3
--- project.pbxproj 23 Feb 2006 23:28:57 -0000 1.4
***************
*** 8,11 ****
--- 8,13 ----
/* Begin PBXBuildFile section */
+ CE4EF96B09AA773B006AB513 /* label_t.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE4EF96A09AA773B006AB513 /* label_t.cpp */; };
+ CE4EF96D09AA7741006AB513 /* label_t_impl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE4EF96C09AA7741006AB513 /* label_t_impl.cpp */; };
CE5C209A094799D100EB4BB6 /* client_assembler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE5C2097094799D100EB4BB6 /* client_assembler.cpp */; };
CE5C209B094799D100EB4BB6 /* ui_core_common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CE5C2098094799D100EB4BB6 /* ui_core_common.cpp */; };
***************
*** 53,56 ****
--- 55,60 ----
/* Begin PBXFileReference section */
+ CE4EF96A09AA773B006AB513 /* label_t.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = label_t.cpp; path = ../../adobe/future/widgets/sources/label_t.cpp; sourceTree = SOURCE_ROOT; };
+ CE4EF96C09AA7741006AB513 /* label_t_impl.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = label_t_impl.cpp; path = ../../adobe/future/widgets/sources/mac/label_t_impl.cpp; sourceTree = SOURCE_ROOT; };
CE5C2036094797C700EB4BB6 /* adobe_debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = adobe_debug.xcconfig; sourceTree = "<group>"; };
CE5C2037094797C700EB4BB6 /* adobe_release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xcconfig; path = adobe_release.xcconfig; sourceTree = "<group>"; };
***************
*** 98,101 ****
--- 102,107 ----
CE5C22AB0947ADD700EB4BB6 /* assemblage.cpp */,
CE5C209F094799FA00EB4BB6 /* display.cpp */,
+ CE4EF96A09AA773B006AB513 /* label_t.cpp */,
+ CE4EF96C09AA7741006AB513 /* label_t_impl.cpp */,
CE5C20A0094799FA00EB4BB6 /* metrics.cpp */,
CE5C20A1094799FA00EB4BB6 /* ui_core_implementation.cpp */,
***************
*** 234,237 ****
--- 240,245 ----
CE5C22AF0947ADD700EB4BB6 /* assemblage.cpp in Sources */,
CE65D142098AC94E00AA59D0 /* os_utilities.cpp in Sources */,
+ CE4EF96B09AA773B006AB513 /* label_t.cpp in Sources */,
+ CE4EF96D09AA7741006AB513 /* label_t_impl.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
|