get shell to build for me again
Change-Id: Idf2dc8025085e417e7368d77420131ad459544b8
This commit is contained in:
@@ -32,10 +32,18 @@ $(eval $(call gb_Library_set_include,recentfile,\
|
||||
$$(INCLUDE) \
|
||||
))
|
||||
|
||||
ifeq ($(GUI),WNT)
|
||||
$(eval $(call gb_Library_use_externals,recentfile,\
|
||||
expat_utf16 \
|
||||
))
|
||||
|
||||
else
|
||||
$(eval $(call gb_Library_use_externals,recentfile,\
|
||||
expat_utf8 \
|
||||
))
|
||||
|
||||
endif
|
||||
|
||||
$(eval $(call gb_Library_use_libraries,recentfile,\
|
||||
sal \
|
||||
$(gb_STDLIBS) \
|
||||
|
@@ -36,12 +36,18 @@ ifeq ($(GUI),WNT)
|
||||
$(eval $(call gb_StaticLibrary_add_defs,shell_xmlparser,\
|
||||
-DXML_UNICODE \
|
||||
))
|
||||
endif
|
||||
|
||||
$(eval $(call gb_StaticLibrary_use_externals,shell_xmlparser,\
|
||||
expat_utf16 \
|
||||
))
|
||||
|
||||
else
|
||||
$(eval $(call gb_StaticLibrary_use_externals,shell_xmlparser,\
|
||||
expat_utf8 \
|
||||
))
|
||||
|
||||
endif
|
||||
|
||||
$(eval $(call gb_StaticLibrary_add_exception_objects,shell_xmlparser,\
|
||||
shell/source/all/xml_parser \
|
||||
))
|
||||
|
Reference in New Issue
Block a user