updated curl for windows.
[feisty_meow.git] / scripts / clam / cpp / rules.def
index ad4c4a2fb8e0c212742bfe1513c5b3aff7c82263..0b9c359933abf62421bb77ddc2ac83bf56384b1a 100644 (file)
@@ -208,10 +208,11 @@ ifeq "$(OP_SYSTEM)" "WIN32"
 
   ifneq "$(USE_CURL)" ""
     # curl wants this win32 flag?
-    DEFINITIONS += _WIN32
+#    DEFINITIONS += _WIN32
     LOCAL_HEADERS += $(THIRD_PARTY_DIR)/curl/include
     LIBRARY_SEARCH_PATH += $(THIRD_PARTY_DIR)/curl/lib
-    LIBS_USED += libcurl.dll.a
+#    LIBS_USED += libcurl.dll.a
+    LIBS_USED += libcurl.lib
   endif
 
   ifneq "$(VCPP_USE_GUI)" ""