libxml2: copy the xml2-config to the crosstoolsdir and patch the paths in the native...
[AROS-Contrib.git] / regina / makew32.bat
blobd7259e3bdcc3b38961513ba290e53302b4b2ba25
1 @echo off
2 if "x%1" = "x" goto noparm
3 if "x%2" = "x" goto noparm
4 mkdir dist
5 cd dist
6 copy ..\%1\regina.exe
7 copy ..\%1\regina.dll
8 copy ..\%1\rexx.lib
9 copy ..\%1\rexx.exe
10 copy ..\%1\rxstack.exe
11 copy ..\%1\rxqueue.exe
12 copy ..\%1\regina.lib
13 copy ..\%1\test1.dll
14 copy ..\%1\test2.dll
15 copy ..\%1\libregina_cygwin.a
16 copy ..\%1\libregina_ming.a
17 copy ..\%1\regina_borland.lib
18 copy %REGINA_SRCDIR%\COPYING-LIB
19 copy %REGINA_SRCDIR%\rexxsaa.h
20 copy %REGINA_SRCDIR%\README.2?
21 copy %REGINA_SRCDIR%\BUGS
22 copy %REGINA_SRCDIR%\TODO
23 copy %REGINA_SRCDIR%\README.W32 README
24 copy %REGINA_SRCDIR%\file_id.diz.w32 file_id.diz
25 mkdir demo
26 copy %REGINA_SRCDIR%\demo\*.* demo
27 del rex??w32.zip
28 zip -r rex%2w32 *
29 cd ..
30 goto exit
31 :noparm
32 echo Must supply directory of built files and version number
33 echo eg. makew32 vc-st 20
34 :exit