2 # simple script to prepare numptywin32 for release
4 # folder in which we create the binary distro
5 DIST
=NumptyPhysicsWin32
7 # shared libraries to be put into the dist
8 DLLS
="SDL.dll SDL_image.dll jpeg.dll libpng12-0.dll zlib1.dll"
10 # level files and data files
11 DATA
="*.jpg *.png *.nph"
13 # misc files to be placed into the distro
16 # binary executable, when compiled
19 # target name in distro folder (without .exe)
26 cp i686
/$BINARY $DIST/$NAME.exe