Commit 715c3f64 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Dylan Ellicott added the vc-libcurl-ssl-dll target

parent f232baf4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -59,6 +59,12 @@ vc-ssl-dll:
	cd ..\src
	nmake -f Makefile.vc6

vc-libcurl-ssl-dll:
	cd lib
	nmake -f Makefile.vc6 cfg=release-libcurl-ssl-dll
	cd ..\src
	nmake -f Makefile.vc6

djgpp:
	make -C lib -f Makefile.dj
	make -C src -f Makefile.dj