To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70246
Issue #|70246
Summary|Fix cross compilation of unowinreg
Component|tools
Version|OOo 2.0.3
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|dmake
Assigned to|hjs
Reported by|kaib
------- Additional comments from [EMAIL PROTECTED] Mon Oct 9 08:55:18 -0700
2006 -------
Index: source/unowinreg/win/makefile.mk
===================================================================
RCS file: /cvs/api/odk/source/unowinreg/win/makefile.mk,v
retrieving revision 1.6
retrieving revision 1.6.6.1
diff -u -r1.6 -r1.6.6.1
--- source/unowinreg/win/makefile.mk 28 Aug 2006 11:29:52 -0000 1.6
+++ source/unowinreg/win/makefile.mk 9 Oct 2006 15:35:00 -0000 1.6.6.1
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.6.6.1 $
#
-# last change: $Author: ihi $ $Date: 2006/08/28 11:29:52 $
+# last change: $Author: rene $ $Date: 2006/10/09 15:35:00 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -75,7 +75,7 @@
$(BIN)$/unowinreg.dll : unowinreg.cxx
$(MINGWCXX) -Wall -D_JNI_IMPLEMENTATION_ $(JAVA_INCLUDES) \
- -shared -o $(BIN)$/unowinreg.dll unowinreg.cxx \
+ -I$(PRJ)/inc/pch -shared -o $(BIN)$/unowinreg.dll
unowinreg.cxx \
-Wl,--kill-at -lkernel32 -ladvapi32
$(MINGWSTRIP) $(BIN)$/unowinreg.dll
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]