aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL.devcpp
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
committerYang Tse <yangsita@gmail.com>2010-02-14 19:40:18 +0000
commita07bc79117971b96ebf3188c0a34a73ee0a3609b (patch)
tree4c5f985bd2bd407871dfc9d4bc8c05cbaa9851e2 /docs/INSTALL.devcpp
parent2268657272e591948467135dcd713bd80e3212b3 (diff)
removed trailing whitespace
Diffstat (limited to 'docs/INSTALL.devcpp')
-rw-r--r--docs/INSTALL.devcpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/INSTALL.devcpp b/docs/INSTALL.devcpp
index ed5ed9150..7f58e4b0e 100644
--- a/docs/INSTALL.devcpp
+++ b/docs/INSTALL.devcpp
@@ -1,13 +1,13 @@
DevCpp-Mingw Install & Compilation Sept 2005
==================================
-Reference Emails available at curl@haxx.se:
+Reference Emails available at curl@haxx.se:
Libcurl Install and Use Issues
- Awaiting an Answer for Win 32 Install
+ Awaiting an Answer for Win 32 Install
res = curl_easy_perform(curl); Error
Makefile Issues
-
+
Having previously done a thorough review of what was available that met my
requirements under GPL, I settled for Libcurl as the software of choice for
@@ -110,7 +110,7 @@ Next read the contents of Makefile.m32. It includes instructions on its use.
Method I - DOS Command Line
---------------------------
-
+
Note - The only reason I have included this method is that Method II which is
the preferred method for compiling does not allow for the setting of option
switches (e.g. SSL = 1 or SSL =0). At least that's what they tell me at the
@@ -191,7 +191,7 @@ the contents of the LIB Folder. If not go there.
files and close box. Wait till all files are added. This may take 30 seconds
or longer.
-9- Drop the Menu Execute/Click on Compile.
+9- Drop the Menu Execute/Click on Compile.
10- That's it.
@@ -269,7 +269,7 @@ added. Otherwise you may experience link errors.
2- Don't forget to include #include "curl/curl.h".
e.g.
- #define CURL_STATICLIB
+ #define CURL_STATICLIB
#include <windows.h>
#include "curl/curl.h"
#include <fstream>