Library_dbui.mk (b63233d8) | Library_dbui.mk (e10cbedd) |
---|---|
1############################################################### 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 255 unchanged lines hidden (view full) --- 264 dbaccess/source/ui/uno/ColumnModel \ 265 dbaccess/source/ui/uno/ColumnPeer \ 266 dbaccess/source/ui/uno/DBTypeWizDlg \ 267 dbaccess/source/ui/uno/DBTypeWizDlgSetup \ 268 dbaccess/source/ui/uno/TableFilterDlg \ 269 dbaccess/source/ui/uno/UserSettingsDlg \ 270 dbaccess/source/ui/uno/admindlg \ 271 dbaccess/source/ui/uno/composerdialogs \ | 1############################################################### 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 255 unchanged lines hidden (view full) --- 264 dbaccess/source/ui/uno/ColumnModel \ 265 dbaccess/source/ui/uno/ColumnPeer \ 266 dbaccess/source/ui/uno/DBTypeWizDlg \ 267 dbaccess/source/ui/uno/DBTypeWizDlgSetup \ 268 dbaccess/source/ui/uno/TableFilterDlg \ 269 dbaccess/source/ui/uno/UserSettingsDlg \ 270 dbaccess/source/ui/uno/admindlg \ 271 dbaccess/source/ui/uno/composerdialogs \ |
272 dbaccess/source/ui/uno/copytablewizard \ |
|
272 dbaccess/source/ui/uno/dbinteraction \ 273 dbaccess/source/ui/uno/textconnectionsettings_uno \ 274 dbaccess/source/ui/uno/unoDirectSql \ 275 dbaccess/source/ui/uno/unoadmin \ 276 dbaccess/source/ui/uno/unosqlmessage \ 277)) 278 | 273 dbaccess/source/ui/uno/dbinteraction \ 274 dbaccess/source/ui/uno/textconnectionsettings_uno \ 275 dbaccess/source/ui/uno/unoDirectSql \ 276 dbaccess/source/ui/uno/unoadmin \ 277 dbaccess/source/ui/uno/unosqlmessage \ 278)) 279 |
280# the following source file can't be compiled with optimization by some compilers (crash or endless loop): 281# Solaris Sparc with Sun compiler, gcc on MacOSX and Linux PPC 282# the latter is currently not supported by gbuild and needs a fix here later 283ifneq ($(COM),$(filter-out GCC,$(COM))) 284$(eval $(call gb_LinkTarget_set_cxx_optimization, \ 285 dbaccess/source/ui/uno/copytablewizard, $(gb_COMPILERNOOPTFLAGS) \ 286)) 287endif 288 |
|
279$(eval $(call gb_Library_add_noexception_objects,dbui, \ 280 dbaccess/source/shared/dbu_reghelper \ 281 dbaccess/source/shared/dbustrings \ 282 dbaccess/source/ui/app/AppIconControl \ 283 dbaccess/source/ui/browser/AsyncronousLink \ 284 dbaccess/source/ui/control/ScrollHelper \ 285 dbaccess/source/ui/control/SqlNameEdit \ 286 dbaccess/source/ui/control/VertSplitView \ --- 7 unchanged lines hidden (view full) --- 294 dbaccess/source/ui/dlg/optionalboolitem \ 295 dbaccess/source/ui/querydesign/ConnectionLine \ 296 dbaccess/source/ui/querydesign/ConnectionLineData \ 297 dbaccess/source/ui/querydesign/QTableConnectionData \ 298 dbaccess/source/ui/querydesign/QTableWindowData \ 299 dbaccess/source/ui/querydesign/TableFieldInfo \ 300)) 301 | 289$(eval $(call gb_Library_add_noexception_objects,dbui, \ 290 dbaccess/source/shared/dbu_reghelper \ 291 dbaccess/source/shared/dbustrings \ 292 dbaccess/source/ui/app/AppIconControl \ 293 dbaccess/source/ui/browser/AsyncronousLink \ 294 dbaccess/source/ui/control/ScrollHelper \ 295 dbaccess/source/ui/control/SqlNameEdit \ 296 dbaccess/source/ui/control/VertSplitView \ --- 7 unchanged lines hidden (view full) --- 304 dbaccess/source/ui/dlg/optionalboolitem \ 305 dbaccess/source/ui/querydesign/ConnectionLine \ 306 dbaccess/source/ui/querydesign/ConnectionLineData \ 307 dbaccess/source/ui/querydesign/QTableConnectionData \ 308 dbaccess/source/ui/querydesign/QTableWindowData \ 309 dbaccess/source/ui/querydesign/TableFieldInfo \ 310)) 311 |
302# the following source file can't be compiled with optimization by some compilers (crash or endless loop): 303# Solaris Sparc with Sun compiler, gcc on MacOSX and Linux PPC 304# the latter is currently not supported by gbuild and needs a fix here later 305ifeq ($(COM),$(filter-out GCC,$(COM))) 306$(eval $(call gb_Library_add_exception_objects,dbui,\ 307 dbaccess/source/ui/uno/copytablewizard \ 308)) 309else 310$(eval $(call gb_Library_add_cxxobjects,dbui,\ 311 dbaccess/source/ui/uno/copytablewizard \ 312 , $(gb_COMPILERNOOPTFLAGS) $(gb_LinkTarget_EXCEPTIONFLAGS) \ 313)) 314endif 315 | |
316# vim: set noet sw=4 ts=4: | 312# vim: set noet sw=4 ts=4: |