Browse Source

Added /DNO_SSL_DL to w target

Sergey Lyubka 12 năm trước cách đây
mục cha
commit
62162ff3e4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -102,7 +102,8 @@ u:
 	./unit_test
 
 w:
-	$(CL) test/unit_test.c $(LUA_SOURCES) $(YASSL_SOURCES) $(YASSL_FLAGS) \
+	$(CL) test/unit_test.c $(LUA_SOURCES) \
+          $(YASSL_SOURCES) $(YASSL_FLAGS) /DNO_SSL_DL \
           $(MSLIB) /out:unit_test.exe
 	./unit_test.exe