REM This batch file copies some C source files into the Perl module REM directories before you can attempt to build the perl modules. xcopy dkapp.c perlxs\DKrause-Application\ /Y xcopy dkstt.c perlxs\DKrause-Application\ /Y xcopy dkstream.c perlxs\DKrause-Application\ /Y xcopy dksto.c perlxs\DKrause-Application\ /Y xcopy dkenc.c perlxs\DKrause-Application\ /Y xcopy dkcp.c perlxs\DKrause-Application\ /Y xcopy dkstr.c perlxs\DKrause-Application\ /Y xcopy dkma.c perlxs\DKrause-Application\ /Y xcopy dksf.c perlxs\DKrause-Application\ /Y xcopy dkmem.c perlxs\DKrause-Application\ /Y xcopy dklic.c perlxs\DKrause-Application\ /Y dkconfig > perlxs\DKrause-Application\dkconfig.h xcopy dkbf.c perlxs\DKrause-BitMatrix\ /Y xcopy dkmem.c perlxs\DKrause-BitMatrix\ /Y dkconfig > perlxs\DKrause-BitMatrix\dkconfig.h xcopy dkfigw.c perlxs\DKrause-FigWriter\ /Y xcopy dkstr.c perlxs\DKrause-FigWriter\ /Y xcopy dkmem.c perlxs\DKrause-FigWriter\ /Y dkconfig > perlxs\DKrause-FigWriter\dkconfig.h xcopy dkle.c perlxs\DKrause-LaTeXEncoder\ /Y xcopy dkl2l.c perlxs\DKrause-LaTeXEncoder\ /Y xcopy dkstream.c perlxs\DKrause-LaTeXEncoder\ /Y xcopy dksf.c perlxs\DKrause-LaTeXEncoder\ /Y xcopy dkstr.c perlxs\DKrause-LaTeXEncoder\ /Y xcopy dkmem.c perlxs\DKrause-LaTeXEncoder\ /Y dkconfig > perlxs\DKrause-LaTeXEncoder\dkconfig.h xcopy dkof.c perlxs\DKrause-Stream\ /Y xcopy dkstream.c perlxs\DKrause-Stream\ /Y xcopy dksf.c perlxs\DKrause-Stream\ /Y xcopy dkstr.c perlxs\DKrause-Stream\ /Y xcopy dkmem.c perlxs\DKrause-Stream\ /Y dkconfig > perlxs\DKrause-Stream\dkconfig.h