diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-08 17:51:44 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-08 17:51:44 +0000 |
commit | 619869c6391138bfe9163c01afb3f9ee3cd4ddda (patch) | |
tree | 7d2bc58e097cdbad06b0553b8f81abbd91b45037 /lib | |
parent | 31baaf72b424edf62dfc338afefb046fcbb1b5ac (diff) |
Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | lib/libcurl.dsw | 29 | ||||
-rw-r--r-- | lib/vc6libcurl.dsw | 29 |
3 files changed, 30 insertions, 30 deletions
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>
+{{{
+}}}
+
+###############################################################################
+
|