diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/unx/source/dll/makefile.mk | 13 | ||||
-rw-r--r-- | tools/win/inc/dll.hxx | 10 |
2 files changed, 8 insertions, 15 deletions
diff --git a/tools/unx/source/dll/makefile.mk b/tools/unx/source/dll/makefile.mk index 1144bbd359a2..ff40aa108557 100644 --- a/tools/unx/source/dll/makefile.mk +++ b/tools/unx/source/dll/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:03:10 $ +# last change: $Author: mhu $ $Date: 2001-10-15 06:55:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,14 +73,11 @@ TARGET=dll # --- Files -------------------------------------------------------- -CXXFILES= memmgr.cxx \ - toolsdll.cxx +CXXFILES= toolsdll.cxx -SLOFILES= $(SLO)$/memmgr.obj \ - $(SLO)$/toolsdll.obj +SLOFILES= $(SLO)$/toolsdll.obj -OBJFILES= $(OBJ)$/toolsdll.obj \ - $(OBJ)$/memmgr.obj +OBJFILES= $(OBJ)$/toolsdll.obj # --- Targets ------------------------------------------------------ diff --git a/tools/win/inc/dll.hxx b/tools/win/inc/dll.hxx index 96695ed0478a..0ff05abb1851 100644 --- a/tools/win/inc/dll.hxx +++ b/tools/win/inc/dll.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dll.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: th $ $Date: 2001-07-06 13:56:00 $ + * last change: $Author: mhu $ $Date: 2001-10-15 06:56:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,10 +90,6 @@ void SetSVData( SVDATA* pSVData ); // ------------------------------- // Um Resourcen wieder freizugeben -#ifdef WNT -void ImpDeInitWinTools(); -#else inline void ImpDeInitWinTools() {} -#endif -#endif // _DLL_HXX +#endif /* _DLL_HXX */ |