Browse Source

os2: Do a distclean instead of removing files manually in buildbot script.

Ryan C. Gordon 6 years ago
parent
commit
1dbf7dc2f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build-scripts/os2-buildbot.sh

+ 1 - 1
build-scripts/os2-buildbot.sh

@@ -36,7 +36,7 @@ mv SDL2.lib SDL2.dll $ZIPDIR/
 cp -R include $ZIPDIR/
 cp -R include $ZIPDIR/
 zip -9r "$ZIPFILE" $ZIPDIR
 zip -9r "$ZIPFILE" $ZIPDIR
 
 
-rm -f *.obj SDL2.exp SDL2.map SDL2.lnk
+wmake -f Makefile.os2 distclean
 
 
 set +x
 set +x
 echo "All done. Final installable is in $ZIPFILE ...";
 echo "All done. Final installable is in $ZIPFILE ...";