Kaydet (Commit) a5ae5d95 authored tarafından Matúš Kukan's avatar Matúš Kukan

PRECOMPILED_HEADERS not defined

Change-Id: I9292f45585243ef0244b75df030421111e1ca0ae
üst b85a2af7
......@@ -210,6 +210,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/doc/printhelper \
sfx2/source/doc/querytemplate \
sfx2/source/doc/docundomanager \
sfx2/source/doc/sfxacldetect \
sfx2/source/doc/sfxbasemodel \
sfx2/source/doc/sfxmodelfactory \
sfx2/source/doc/syspath \
......@@ -283,13 +284,9 @@ endif
ifeq ($(OS),WNT)
# workaround: disable PCH for these objects to avoid redeclaration
# errors - needs to be fixed in module tools
$(eval $(call gb_Library_add_cxxobjects,sfx,\
$(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/appl/shutdowniconw32 \
sfx2/source/doc/sfxacldetect \
sfx2/source/doc/syspathw32 \
, $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) -UPRECOMPILED_HEADERS \
))
$(eval $(call gb_Library_use_libraries,sfx,\
......@@ -300,14 +297,6 @@ $(eval $(call gb_Library_use_libraries,sfx,\
uuid \
))
else
$(eval $(call gb_Library_add_cxxobjects,sfx,\
sfx2/source/appl/shutdowniconw32 \
sfx2/source/doc/sfxacldetect \
, $(gb_LinkTarget_EXCEPTIONFLAGS) $(gb_COMPILEROPTFLAGS) \
))
endif
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment