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

Skip CE config if we don't need it instead of producing an error message.

parent d36e9d16
Loading
Loading
Loading
Loading
+11 −9
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