C:\test\llperl\dll>cl /MT -c -DWIN32 -DWIN64 -DPERLDLL -DPERL_CORE -DPERL_IMPLICIT_SYS -I ..\src *.c *.cpp Microsoft (R) C/C++ Optimizing Compiler Version 15.00.21022.08 for x64 Copyright (C) Microsoft Corporation. All rights reserved. av.c deb.c doio.c doop.c dump.c DynaLoader.c fcrypt.c globals.c gv.c hv.c keywords.c locale.c mathoms.c mg.c mro.c numeric.c op.c op.c(10621) : warning C4028: formal parameter 2 different from declaration pad.c perl.c perlapi.c Generating Code... Compiling... perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c reentr.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c universal.c utf8.c util.c win32.c Generating Code... Compiling... Win32CORE.c win32io.c win32sck.c win32thread.c Generating Code... Compiling... perllib.cpp Generating Code... C:\test\llperl\dll>link /dll /out:..\perl516.dll -def:..\perldll.def *.obj ws2_32.lib user32.lib ComCtl32.Lib AdvAPI32.Lib Microsoft (R) Incremental Linker Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. perlio.obj : warning LNK4197: export 'PerlIO_perlio' specified multiple times; using first specification perlio.obj : warning LNK4197: export 'PerlIO_pending' specified multiple times; using first specification Creating library ..\perl516.lib and object ..\perl516.exp C:\test\llperl>dir 02/09/2012 09:53 dll 02/09/2012 22:52 2,587,136 perl516.dll 02/09/2012 22:52 153,839 perl516.exp 02/09/2012 22:52 253,364 perl516.lib 02/09/2012 03:46 src