diff options
author | David Tardon <dtardon@openoffice.org> | 2010-03-12 20:28:01 +0100 |
---|---|---|
committer | David Tardon <dtardon@openoffice.org> | 2010-03-12 20:28:01 +0100 |
commit | 961241c20e8d6492b370963cfffd02c8b9f40107 (patch) | |
tree | 1cf21b747a7dd961fc20c22d3e6365f0a5c3e83c /xmloff | |
parent | c1ed5610471b4b7dbb0fd812dc9274f0d0719565 (diff) |
dtardon01: #i37275# remove (again) all traces of xmlkywd.[ch]xx
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/prj/d.lst | 1 | ||||
-rw-r--r-- | xmloff/util/makefile.mk | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/xmloff/prj/d.lst b/xmloff/prj/d.lst index ae4f8cd13ffb..a39596c5f3c3 100644 --- a/xmloff/prj/d.lst +++ b/xmloff/prj/d.lst @@ -21,7 +21,6 @@ mkdir: %_DEST%\inc%_EXT%\xmloff ..\inc\xmloff\xmlement.hxx %_DEST%\inc%_EXT%\xmloff\xmlement.hxx ..\inc\xmloff\xmlictxt.hxx %_DEST%\inc%_EXT%\xmloff\xmlictxt.hxx ..\inc\xmloff\xmlimp.hxx %_DEST%\inc%_EXT%\xmloff\xmlimp.hxx -..\inc\xmlkywd.hxx %_DEST%\inc%_EXT%\xmloff\xmlkywd.hxx ..\inc\xmloff\xmlmetae.hxx %_DEST%\inc%_EXT%\xmloff\xmlmetae.hxx ..\inc\xmloff\xmlmetai.hxx %_DEST%\inc%_EXT%\xmloff\xmlmetai.hxx ..\inc\xmloff\xmlscripti.hxx %_DEST%\inc%_EXT%\xmloff\xmlscripti.hxx diff --git a/xmloff/util/makefile.mk b/xmloff/util/makefile.mk index a7060d79504c..df598371de11 100644 --- a/xmloff/util/makefile.mk +++ b/xmloff/util/makefile.mk @@ -53,17 +53,8 @@ LIB1FILES= \ # --- Shared-Library ----------------------------------------------- -.IF "$(GUI)"!="UNX" -LIB4TARGET= $(LB)$/ixo.lib -LIB4FILES= $(LB)$/_ixo.lib -.IF "$(GUI)"!="OS2" -LIB4OBJFILES=\ - $(OBJ)$/xmlkywd.obj -.ENDIF -.ENDIF - SHL1TARGET= xo$(DLLPOSTFIX) -SHL1IMPLIB= _ixo +SHL1IMPLIB= i$(SHL1TARGET) SHL1USE_EXPORTS=name SHL1STDLIBS= \ |