Index: abi/src/af/util/Makefile
===================================================================
RCS file: /cvsroot/abi/src/af/util/Makefile,v
retrieving revision 1.57
diff -u -3 -p -u -r1.57 Makefile
--- abi/src/af/util/Makefile 2001/08/10 18:32:38 1.57
+++ abi/src/af/util/Makefile 2001/08/17 00:57:17
@@ -108,7 +108,8 @@ OBJS= $(PLATFORM_OBJS) \
$(OBJDIR)/ut_AdobeEncoding.$(OBJ_SUFFIX) \
$(OBJDIR)/ut_OverstrikingChars.$(OBJ_SUFFIX) \
$(OBJDIR)/ut_Language.$(OBJ_SUFFIX) \
- $(OBJDIR)/ut_Encoding.$(OBJ_SUFFIX)
+ $(OBJDIR)/ut_Encoding.$(OBJ_SUFFIX) \
+ $(OBJDIR)/ut_path.$(OBJ_SUFFIX)
include $(ABI_ROOT)/src/config/abi_rules.mk
Index: abi/src/af/util/beos/Makefile
===================================================================
RCS file: /cvsroot/abi/src/af/util/beos/Makefile,v
retrieving revision 1.5
diff -u -3 -p -u -r1.5 Makefile
--- abi/src/af/util/beos/Makefile 1999/06/02 19:10:16 1.5
+++ abi/src/af/util/beos/Makefile 2001/08/17 00:57:17
@@ -27,7 +27,8 @@ CPPSRCS= ut_BeOSAssert.cpp \
ut_BeOSString.cpp \
ut_Rehydrate.cpp \
ut_Xpm2Bitmap.cpp \
- ut_debugmsg.cpp
+ ut_debugmsg.cpp \
+ ut_path.cpp
TARGETS= $(OBJS)
Index: abi/src/af/util/mac/GNUmakefile.am
===================================================================
RCS file: /cvsroot/abi/src/af/util/mac/GNUmakefile.am,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 GNUmakefile.am
--- abi/src/af/util/mac/GNUmakefile.am 2001/04/24 22:30:33 1.3
+++ abi/src/af/util/mac/GNUmakefile.am 2001/08/17 00:57:17
@@ -30,5 +30,6 @@ libUtil_mac_a_SOURCES= \
ut_unixAssert.cpp \
ut_MacFiles.cpp \
ut_MacTimer.cpp \
- ut_debugmsg.cpp
+ ut_debugmsg.cpp \
+ ut_path.cpp
Index: abi/src/af/util/mac/Makefile
===================================================================
RCS file: /cvsroot/abi/src/af/util/mac/Makefile,v
retrieving revision 1.7
diff -u -3 -p -u -r1.7 Makefile
--- abi/src/af/util/mac/Makefile 2001/03/04 23:22:07 1.7
+++ abi/src/af/util/mac/Makefile 2001/08/17 00:57:17
@@ -30,7 +30,8 @@ CPPSRCS= ut_debugmsg.cpp \
ut_MacAssert.cpp \
ut_MacTimer.cpp \
ut_unixAssert.cpp \
- ut_Xpm2Bmp.cpp
+ ut_Xpm2Bmp.cpp \
+ ut_path.cpp
REZSRCS= ut_MacAssert.r
Index: abi/src/af/util/qnx/Makefile
===================================================================
RCS file: /cvsroot/abi/src/af/util/qnx/Makefile,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 Makefile
--- abi/src/af/util/qnx/Makefile 2000/03/07 12:33:15 1.2
+++ abi/src/af/util/qnx/Makefile 2001/08/17 00:57:17
@@ -27,7 +27,8 @@ CPPSRCS= ut_debugmsg.cpp \
ut_qnxString.cpp \
ut_Xpm2Bitmap.cpp \
ut_qnxHelper.cpp \
- ut_qnxTimer.cpp
+ ut_qnxTimer.cpp \
+ ut_path.cpp
TARGETS= $(OBJS)
Index: abi/src/af/util/unix/GNUmakefile.am
===================================================================
RCS file: /cvsroot/abi/src/af/util/unix/GNUmakefile.am,v
retrieving revision 1.3
diff -u -3 -p -u -r1.3 GNUmakefile.am
--- abi/src/af/util/unix/GNUmakefile.am 2001/04/15 08:38:46 1.3
+++ abi/src/af/util/unix/GNUmakefile.am 2001/08/17 00:57:17
@@ -28,4 +28,5 @@ libUtil_unix_a_SOURCES=\
ut_unixAssert.cpp \
ut_unixString.cpp \
ut_unixTimer.cpp \
- ut_dialogHelper.cpp
+ ut_dialogHelper.cpp \
+ ut_path.cpp
Index: abi/src/af/util/unix/Makefile
===================================================================
RCS file: /cvsroot/abi/src/af/util/unix/Makefile,v
retrieving revision 1.12
diff -u -3 -p -u -r1.12 Makefile
--- abi/src/af/util/unix/Makefile 2001/03/27 16:28:39 1.12
+++ abi/src/af/util/unix/Makefile 2001/08/17 00:57:17
@@ -27,7 +27,8 @@ CPPSRCS= ut_debugmsg.cpp \
ut_unixString.cpp \
ut_unixTimer.cpp \
ut_dialogHelper.cpp \
- ut_files.cpp
+ ut_files.cpp \
+ ut_path.cpp
TARGETS= $(OBJS)
Index: abi/src/af/util/win/Makefile
===================================================================
RCS file: /cvsroot/abi/src/af/util/win/Makefile,v
retrieving revision 1.17
diff -u -3 -p -u -r1.17 Makefile
--- abi/src/af/util/win/Makefile 2001/08/10 18:32:38 1.17
+++ abi/src/af/util/win/Makefile 2001/08/17 00:57:17
@@ -28,7 +28,8 @@ CPPSRCS= ut_debugmsg.cpp \
ut_Win32Timer.cpp \
ut_Win32Locale.cpp \
ut_Xpm2Bmp.cpp \
- ut_sleep.cpp
+ ut_sleep.cpp \
+ ut_path.cpp
INCLUDES= -I$(ABI_XX_ROOT)/../libiconv/include
Index: abi/src/wp/impexp/xp/ie_exp_HTML.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/impexp/xp/ie_exp_HTML.cpp,v
retrieving revision 1.88
diff -u -3 -p -u -r1.88 ie_exp_HTML.cpp
--- abi/src/wp/impexp/xp/ie_exp_HTML.cpp 2001/08/01 14:27:10 1.88
+++ abi/src/wp/impexp/xp/ie_exp_HTML.cpp 2001/08/17 00:57:18
@@ -18,6 +18,10 @@
*/
+#include
\r\n");
+ m_pie->write("
");
}
m_pie->write("