소스 검색

Added /DNO_SSL_DL to w target

Sergey Lyubka 12 년 전
부모
커밋
62162ff3e4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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