Explorar el Código

Added /DNO_SSL_DL to w target

Sergey Lyubka hace 12 años
padre
commit
62162ff3e4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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