Commit 26902b9a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Prevent warning if WINCE not used.

parent 3c69d6be
Loading
Loading
Loading
Loading
+2 −0
Changes for ms/do_ms.bat: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -2,8 +2,10 @@
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak
perl util\mk1mf.pl dll no-asm VC-WIN32 >ms\ntdll.mak
if x%OSVERSION% == x goto skipce
perl util\mk1mf.pl no-asm VC-CE >ms\ce.mak
perl util\mk1mf.pl dll no-asm VC-CE >ms\cedll.mak
:skipce

perl util\mkdef.pl 32 libeay > ms\libeay32.def
perl util\mkdef.pl 32 ssleay > ms\ssleay32.def