Kaydet (Commit) 42ab57ca authored tarafından Stephan Bergmann's avatar Stephan Bergmann

memory.c -> memory.cxx

Change-Id: I87d977aabd09ff01cba0f25247dca43a2bf0dd2b
üst 061c7dd0
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <staticsalhack.h> #include <staticsalhack.h>
#include <sal/osl/unx/memory.c>
#include <sal/osl/unx/mutex.c> #include <sal/osl/unx/mutex.c>
#include <sal/osl/unx/nlsupport.c> #include <sal/osl/unx/nlsupport.c>
#include <sal/osl/unx/pipe.c> #include <sal/osl/unx/pipe.c>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include <sal/osl/unx/file_path_helper.cxx> #include <sal/osl/unx/file_path_helper.cxx>
#include <sal/osl/unx/file_stat.cxx> #include <sal/osl/unx/file_stat.cxx>
#include <sal/osl/unx/file_url.cxx> #include <sal/osl/unx/file_url.cxx>
#include <sal/osl/unx/memory.cxx>
#include <sal/osl/unx/module.cxx> #include <sal/osl/unx/module.cxx>
#include <sal/osl/unx/process.cxx> #include <sal/osl/unx/process.cxx>
#include <sal/osl/unx/process_impl.cxx> #include <sal/osl/unx/process_impl.cxx>
......
...@@ -159,6 +159,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ ...@@ -159,6 +159,7 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/unx/file_stat \ sal/osl/unx/file_stat \
sal/osl/unx/file_url \ sal/osl/unx/file_url \
sal/osl/unx/file_volume \ sal/osl/unx/file_volume \
sal/osl/unx/memory \
sal/osl/unx/module \ sal/osl/unx/module \
sal/osl/unx/process \ sal/osl/unx/process \
sal/osl/unx/process_impl \ sal/osl/unx/process_impl \
...@@ -169,7 +170,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\ ...@@ -169,7 +170,6 @@ $(eval $(call gb_Library_add_exception_objects,sal,\
$(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \ $(if $(filter DESKTOP,$(BUILD_TYPE)), sal/osl/unx/salinit) \
)) ))
$(eval $(call gb_Library_add_cobjects,sal,\ $(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/unx/memory \
sal/osl/unx/mutex \ sal/osl/unx/mutex \
sal/osl/unx/nlsupport \ sal/osl/unx/nlsupport \
sal/osl/unx/pipe \ sal/osl/unx/pipe \
......
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