Ensure the ssl temp directory exists!

This commit is contained in:
Mark Hammond 2002-12-03 06:29:48 +00:00
parent c3de008d62
commit 4b2030fe0d
1 changed files with 1 additions and 0 deletions

View File

@ -17,4 +17,5 @@ LIBS=gdi32.lib wsock32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
SOURCE=../Modules/_ssl.c
$(MODULE): $(SOURCE) ../PC/*.h ../Include/*.h
@if not exist "$(TEMP_DIR)/." mkdir "$(TEMP_DIR)"
cl /nologo $(SOURCE) $(CFLAGS) /Fo$(TEMP_DIR)\$*.obj $(INCLUDES) /link /out:$(MODULE) $(LIBS)