diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 11:49:38 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 11:49:38 -0600 |
commit | 992757cc5ebfb1df42636b8d3269cdbc10fc4148 (patch) | |
tree | d9b4da6f2e50d5444e3a7c68934fc6d4dd4ec43d /dbaccess | |
parent | bc78ac68c2492e63a680f68b524c4a51179ea83e (diff) |
remove pre-compiled header support in gbuild and gbuildified module
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Executable_odbcconfig.mk | 2 | ||||
-rw-r--r-- | dbaccess/Library_adabasui.mk | 2 | ||||
-rw-r--r-- | dbaccess/Library_dba.mk | 2 | ||||
-rw-r--r-- | dbaccess/Library_dbaxml.mk | 2 | ||||
-rw-r--r-- | dbaccess/Library_dbmm.mk | 2 | ||||
-rw-r--r-- | dbaccess/Library_dbu.mk | 2 | ||||
-rw-r--r-- | dbaccess/Library_dbui.mk | 1 | ||||
-rw-r--r-- | dbaccess/Library_sdbt.mk | 2 |
8 files changed, 0 insertions, 15 deletions
diff --git a/dbaccess/Executable_odbcconfig.mk b/dbaccess/Executable_odbcconfig.mk index e4e665412731..29bb82b9b6fc 100644 --- a/dbaccess/Executable_odbcconfig.mk +++ b/dbaccess/Executable_odbcconfig.mk @@ -30,8 +30,6 @@ $(eval $(call gb_Executable_Executable,odbcconfig)) $(eval $(call gb_Executable_set_targettype_gui,odbcconfig,YES)) -$(eval $(call gb_Executable_add_precompiled_header,odbcconfig,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess)) - $(eval $(call gb_Executable_set_include,odbcconfig,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/dbaccess/inc) \ diff --git a/dbaccess/Library_adabasui.mk b/dbaccess/Library_adabasui.mk index b8eadad37244..03d25cf14ba2 100644 --- a/dbaccess/Library_adabasui.mk +++ b/dbaccess/Library_adabasui.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,adabasui)) -$(eval $(call gb_Library_add_precompiled_header,adabasui,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess)) - $(eval $(call gb_Library_set_include,adabasui,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/dbaccess/inc/pch) \ diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk index cd9edf1bd967..d025a717af43 100644 --- a/dbaccess/Library_dba.mk +++ b/dbaccess/Library_dba.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_add_package_headers,dba,\ dbaccess_inc \ )) -$(eval $(call gb_Library_add_precompiled_header,dba,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess)) - $(eval $(call gb_Library_set_include,dba,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/dbaccess/inc) \ diff --git a/dbaccess/Library_dbaxml.mk b/dbaccess/Library_dbaxml.mk index d9ae7eae7c02..b70c89bee4cd 100644 --- a/dbaccess/Library_dbaxml.mk +++ b/dbaccess/Library_dbaxml.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,dbaxml)) -$(eval $(call gb_Library_add_precompiled_header,dbaxml,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess)) - $(eval $(call gb_Library_set_include,dbaxml,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/dbaccess/inc/pch) \ diff --git a/dbaccess/Library_dbmm.mk b/dbaccess/Library_dbmm.mk index 864b49213e82..6fa3902200ea 100644 --- a/dbaccess/Library_dbmm.mk +++ b/dbaccess/Library_dbmm.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_add_package_headers,dbmm,\ dbaccess_inc \ )) -$(eval $(call gb_Library_add_precompiled_header,dbmm,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess)) - $(eval $(call gb_Library_set_include,dbmm,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/dbaccess/inc) \ diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk index 6c645c9c2f57..7fe78fc3c9a0 100644 --- a/dbaccess/Library_dbu.mk +++ b/dbaccess/Library_dbu.mk @@ -28,8 +28,6 @@ $(eval $(call gb_Library_Library,dbu)) -$(eval $(call gb_Library_add_precompiled_header,dbu,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess)) - $(eval $(call gb_Library_set_include,dbu,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/dbaccess/inc) \ diff --git a/dbaccess/Library_dbui.mk b/dbaccess/Library_dbui.mk index 08088964dc99..e5bcf4ac414d 100644 --- a/dbaccess/Library_dbui.mk +++ b/dbaccess/Library_dbui.mk @@ -27,7 +27,6 @@ #************************************************************************* $(eval $(call gb_Library_Library,dbui)) -$(eval $(call gb_Library_add_precompiled_header,dbui,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbui)) $(eval $(call gb_Library_set_componentfile,dbui,dbaccess/util/dbu)) diff --git a/dbaccess/Library_sdbt.mk b/dbaccess/Library_sdbt.mk index 698337085384..c0dc56c23948 100644 --- a/dbaccess/Library_sdbt.mk +++ b/dbaccess/Library_sdbt.mk @@ -32,8 +32,6 @@ $(eval $(call gb_Library_add_package_headers,sdbt,\ dbaccess_inc \ )) -$(eval $(call gb_Library_add_precompiled_header,sdbt,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaccess)) - $(eval $(call gb_Library_set_include,sdbt,\ $$(INCLUDE) \ -I$(realpath $(SRCDIR)/dbaccess/inc) \ |