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

Windows-only fixes

Change-Id: Ida4d7fc3f830cdc8a9c1ab9842d359763c6efae1
üst fcfe2d73
......@@ -42,6 +42,10 @@ $(eval $(call gb_Library_use_libraries,inprocserv,\
$(gb_UWINAPI) \
))
$(eval $(call gb_Library_use_packages,inprocserv,\
sal_inc \
))
ifeq ($(COM),MSC)
$(eval $(call gb_Library_add_ldflags,inprocserv,\
/EXPORT:DllCanUnloadNow \
......
......@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/types.h"
#include <stdio.h>
#include <inprocembobj.h>
#ifdef __MINGW32__
......
......@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/types.h"
#include <embservconst.h>
#include "inprocembobj.h"
......
......@@ -39,6 +39,10 @@ $(eval $(call gb_Library_add_cobjects,jpipe,\
jurt/source/pipe/wrapper/wrapper \
))
$(eval $(call gb_Library_use_packages,jpipe,\
sal_inc \
))
else
$(eval $(call gb_Library_use_libraries,jpipe,\
......
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