]> Dogcows Code - chaz/yoink/blobdiff - win32/mkpackage.sh.in
win32 dependency script to build without syncing
[chaz/yoink] / win32 / mkpackage.sh.in
index d3b28eefaaeb535bdd9312e0fe2e3144c364f0c7..4a760d8b45de33a3b54756c6dc950446d2b1e151 100644 (file)
@@ -17,19 +17,19 @@ STRIP="@STRIP@"
 UNIX2DOS="$ROOT_DIR/tools/unix2dos"
 
 # DLL dependencies
-DLLS="libogg-0 libpng-3 libvorbis-0 libvorbisfile-3 lua51 OpenAL32 SDL zlib1"
+DLLS="libogg-0 libpng14-14 libvorbis-0 libvorbisfile-3 lua51 OpenAL32 SDL zlib1"
 
 # Prepare
 rm -rf "$BUILD_DIR"
 mkdir -p "$BUILD_DIR"
 
 cp -f "$ROOT_DIR/src/yoink.exe" "$BUILD_DIR"
-"${STRIP:-strip}" "$BUILD_DIR/yoink.exe"
+#"${STRIP:-strip}" "$BUILD_DIR/yoink.exe"
 
 for dll in $DLLS
 do
        cp -f "@prefix@/bin/$dll.dll" "$BUILD_DIR"
-       "${STRIP:-strip}" "BUILD_DIR/$dll.dll"
+       #"${STRIP:-strip}" "BUILD_DIR/$dll.dll"
 done
 
 cd "$ROOT_DIR"
@@ -65,5 +65,5 @@ then
        exit 1
 fi
 
-rm -rf "$BUILD_DIR"
+#rm -rf "$BUILD_DIR"
 
This page took 0.020051 seconds and 4 git commands to generate.