dc=dcc32 -Un:/henni/mex/pasmex32 -w -h -m -$D-,H-,I-
rc=c:\bc5\bin\brc32
all: calldll.dll
calldll.dll: calldll.pas
$(dc) calldll.pas
zip: all *.dll *.m *.pas makefile
del calldll.zip
pkzip calldll *.dll *.m
mkdir src
copy *.pas src
copy makefile src
copy n:\henni\mex\pasmex32\pasmex32.pas src
pkzip -r -P calldll src/*.*
echo j|del src\*.*
rmdir src
#16bit aus ../calldll-Verzeichnis mit hineintun
mkdir 16bit
copy ..\calldll\*.pas 16bit
copy ..\calldll\*.m 16bit
copy ..\calldll\*.dll 16bit
pkzip -r -P calldll 16bit/*.*
echo j|del 16bit\*.*
rmdir 16bit
Detected encoding: UTF-8 | 0
|