From 619869c6391138bfe9163c01afb3f9ee3cd4ddda Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 8 May 2009 17:51:44 +0000 Subject: Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions. --- lib/Makefile.am | 2 +- lib/libcurl.dsw | 29 ----------------------------- lib/vc6libcurl.dsw | 29 +++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 lib/libcurl.dsw create mode 100644 lib/vc6libcurl.dsw (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index 8f0113eda..049edf3a4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,7 +22,7 @@ ########################################################################### AUTOMAKE_OPTIONS = foreign nostdinc -DSP = libcurl.dsp +DSP = vc6libcurl.dsp VCPROJ = libcurl.vcproj DOCS = README.encoding README.memoryleak README.ares README.curlx \ diff --git a/lib/libcurl.dsw b/lib/libcurl.dsw deleted file mode 100644 index e07624def..000000000 --- a/lib/libcurl.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "libcurl"=".\libcurl.dsp" - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/lib/vc6libcurl.dsw b/lib/vc6libcurl.dsw new file mode 100644 index 000000000..89aeabdee --- /dev/null +++ b/lib/vc6libcurl.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "libcurl"=".\vc6libcurl.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + -- cgit v1.2.3