Browse Source

Added /DNO_SSL_DL to w target

Sergey Lyubka 12 years ago
parent
commit
62162ff3e4
1 changed files with 2 additions and 1 deletions
  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