[Libreoffice-commits] .: sal/systools
Jesús Corrius
jcorrius at kemper.freedesktop.org
Thu Dec 9 16:13:13 PST 2010
sal/systools/win32/uwinapi/makefile.mk | 9 ---------
1 file changed, 9 deletions(-)
New commits:
commit 9f3cbd385363be5e2ba2d908769a9e34a328c59a
Author: Jesús Corrius <jesus at softcatala.org>
Date: Fri Dec 10 01:12:39 2010 +0100
Don't export unicows.lib functions
diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk
index 9ff5e7b..57faa5c 100755
--- a/sal/systools/win32/uwinapi/makefile.mk
+++ b/sal/systools/win32/uwinapi/makefile.mk
@@ -116,15 +116,6 @@ SHL1TARGET=$(TARGET)
SHL1IMPLIB=$(SHL1TARGET)
SHL1DEF=$(MISC)/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
-.IF "$(COM)"=="GCC"
-DEF1EXPORTFILE=\
- $(SHL1TARGET)_mingw.dxp\
- unicows_mingw.dxp
-.ELSE
-DEF1EXPORTFILE=\
- $(SHL1TARGET).dxp\
- unicows.dxp
-.ENDIF
DEF1DEPN=\
$(DEF1EXPORTFILE)\
makefile.mk
More information about the Libreoffice-commits
mailing list