From 122252de058e296afe4a66e62801f9d3ce0dcfc7 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 19 Jan 2003 12:27:00 +0000 Subject: [PATCH] This commit was generated by cvs2svn to compensate for changes in r49, which included commits to RCS files with non-trunk default branches. --- msvc7/zzipself.bat | 10 ++++ msvc7/zziptest.vcproj | 119 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 129 insertions(+) create mode 100644 msvc7/zzipself.bat create mode 100644 msvc7/zziptest.vcproj diff --git a/msvc7/zzipself.bat b/msvc7/zzipself.bat new file mode 100644 index 0000000..448cf7b --- /dev/null +++ b/msvc7/zzipself.bat @@ -0,0 +1,10 @@ +pkzip -e0 zzipself.zip zzipself.exe +pkzip -a zzipself.zip zzipself.txt +zzipsetstub.exe zzipself.zip zzipself.exe +del zzipself.exe +ren zzipself.zip zzipself.exe + +REM testrun: +echo now testing zzipself.exe +zzipself.exe zzipself.txt + diff --git a/msvc7/zziptest.vcproj b/msvc7/zziptest.vcproj new file mode 100644 index 0000000..c8d74e0 --- /dev/null +++ b/msvc7/zziptest.vcproj @@ -0,0 +1,119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0