had to bring back curl 3rdparty for windows too, since cygwin wasn't
[feisty_meow.git] / scripts / clam / cpp / rules.def
index a747191433b9cc9bd337c820ca108b304d052e24..65b9c38991053b6584a8b1fbaab7b5e542bfe603 100644 (file)
@@ -181,9 +181,9 @@ ifeq "$(OP_SYSTEM)" "WIN32"
   ifneq "$(USE_CURL)" ""
     # curl wants this win32 flag?
     DEFINITIONS += _WIN32
-#    LOCAL_HEADERS += $(THIRD_PARTY_DIR)/curl/include
-#    LIBRARY_SEARCH_PATH += $(THIRD_PARTY_DIR)/curl/lib
-#    LIBS_USED += libcurl.dll.a
+    LOCAL_HEADERS += $(THIRD_PARTY_DIR)/curl/include
+    LIBRARY_SEARCH_PATH += $(THIRD_PARTY_DIR)/curl/lib
+    LIBS_USED += libcurl.dll.a
   endif
 
   ifneq "$(VCPP_USE_GUI)" ""