Update of /cvsroot/adobe-source/adobe-source/adobe/future/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1031/adobe/future/widgets
Modified Files:
Jamfile.v2
Log Message:
asl 1.0.13
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/adobe-source/adobe-source/adobe/future/widgets/Jamfile.v2,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Jamfile.v2 6 Jan 2006 18:35:21 -0000 1.6
--- Jamfile.v2 3 Feb 2006 18:20:44 -0000 1.7
***************
*** 12,17 ****
COMMON_SOURCES =
client_assembler
- ui_core
ui_core_common
;
--- 12,17 ----
COMMON_SOURCES =
client_assembler
ui_core_common
+ ui_core
;
***************
*** 22,25 ****
--- 22,26 ----
display
ui_overlay
+ ui_core_implementation
;
***************
*** 39,43 ****
# Directory name for Windows specific sources and headers
#
! PLATFORM_DIRECTORIES_NAME = win ;
--- 40,44 ----
# Directory name for Windows specific sources and headers
#
! PLATFORM_DIRECTORIES_NAME = win32 ;
***************
*** 83,87 ****
# Additional sources that only exist for MacOS
#
! PLATFORM_SOURCES = metrics ;
#
--- 84,90 ----
# Additional sources that only exist for MacOS
#
! PLATFORM_SOURCES =
! metrics
! ;
#
***************
*** 127,135 ****
lib adobe_widgets
:
! [ obj ui_core_implementation
! : $(SOURCE_DIRECTORY)/$(PLATFORM_DIRECTORIES_NAME)/ui_core_implementation.cpp
! : $(PLATFORM_SETTINGS)
! $(INCLUDE)
! <toolset>darwin:<cxxflags>"-Wno-deprecated-declarations"
]
$(SOURCE_DIRECTORY)/$(COMMON_SOURCES).cpp
--- 130,138 ----
lib adobe_widgets
:
! [ obj os_utilities
! : $(SOURCE_DIRECTORY)/$(PLATFORM_DIRECTORIES_NAME)/os_utilities.cpp
! : $(PLATFORM_SETTINGS)
! $(INCLUDE)
! <toolset>darwin:<cxxflags>"-Wno-deprecated-declarations"
]
$(SOURCE_DIRECTORY)/$(COMMON_SOURCES).cpp
|