From 25f08406b12eff15e0dd3787f4f6d4f76622de24 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sat, 29 Oct 2005 14:45:31 +0000 Subject: [PATCH] Uncomment make calls --- dist-gpd.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist-gpd.sh b/dist-gpd.sh index cbe32a4..e292b18 100755 --- a/dist-gpd.sh +++ b/dist-gpd.sh @@ -1,5 +1,5 @@ #!/bin/sh - +# $Id$ # Create a archive 'gpd-*.zip' (gpdYMMDD.zip) with DOS/DPMI (DJGPP) build # of the Golded+. @@ -33,9 +33,9 @@ echo 'should be used for testing purpose' >>${file_id} echo '----------------------------------' >>${file_id} echo 'http://golded-plus.sourceforge.net' >>${file_id} -#make PLATFORM=djg clean -#make PLATFORM=djg -#make PLATFORM=djg strip +make PLATFORM=djg clean +make PLATFORM=djg +make PLATFORM=djg strip #make docs #zip -9DXj ${name} ${file_id} $files #7za a -tzip ${name} ${file_id} $files