Subversion Repositories SvarDOS

Rev

Rev 1926 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1926 Rev 1927
Line 333... Line 333...
333
###############################################################################
333
###############################################################################
334
# remove internationalization files for EN-ONLY releases. This is the only    #
334
# remove internationalization files for EN-ONLY releases. This is the only    #
335
# way to build the 360K variant                                               #
335
# way to build the 360K variant                                               #
336
###############################################################################
336
###############################################################################
337
 
337
 
338
rm "$FLOPROOT"/*.cpx
338
#rm "$FLOPROOT"/*.cpx
339
rm "$FLOPROOT"/install.lng
339
#rm "$FLOPROOT"/install.lng
340
rm "$FLOPROOT"/display.exe
340
#rm "$FLOPROOT"/display.exe
341
rm "$FLOPROOT"/mode.com
341
#rm "$FLOPROOT"/mode.com
342
 
342
 
343
###############################################################################
343
###############################################################################
344
# remove NLS and LNG files from packages to build EN-ONLY builds              #
344
# remove NLS and LNG files from packages to build EN-ONLY builds              #
345
###############################################################################
345
###############################################################################
346
 
346
 
347
echo "### remove NLS and LNG files from packages to build EN-ONLY builds"
347
#echo "### remove NLS and LNG files from packages to build EN-ONLY builds"
348
for p in $COREPKGS ; do
348
#for p in $COREPKGS ; do
349
  # the || true bit is because zip returns a non-zero exit code on no file match
349
#  # the || true bit is because zip returns a non-zero exit code on no file match
350
  zip -dq "$CDROOT/$p.svp" 'bin/*.lng' 'BIN/*.LNG' 'nls/*' 'NLS/*' || true
350
#  zip -dq "$CDROOT/$p.svp" 'bin/*.lng' 'BIN/*.LNG' 'nls/*' 'NLS/*' || true
351
done
351
#done
352
 
352
 
353
prep_flop 80 2 18 1440 "$PUBDIR" "1.44M-EN_ONLY" "$COREPKGS"
353
#prep_flop 80 2 18 1440 "$PUBDIR" "1.44M-EN_ONLY" "$COREPKGS"
354
#prep_flop 80 2 21 1680 "$PUBDIR" "1.44M-DMF-EN_ONLY"
354
#prep_flop 80 2 21 1680 "$PUBDIR" "1.44M-DMF-EN_ONLY"
355
prep_flop 80 2 15 1200 "$PUBDIR" "1.2M-EN_ONLY" "$COREPKGS"
355
#prep_flop 80 2 15 1200 "$PUBDIR" "1.2M-EN_ONLY" "$COREPKGS"
356
prep_flop 80 2  9  720 "$PUBDIR" "720K-EN_ONLY" "$COREPKGS"
356
#prep_flop 80 2  9  720 "$PUBDIR" "720K-EN_ONLY" "$COREPKGS"
357
prep_flop 40 2  9  360 "$PUBDIR" "360K-EN_ONLY" "$COREPKGS"
357
#prep_flop 40 2  9  360 "$PUBDIR" "360K-EN_ONLY" "$COREPKGS"
358
 
358
 
359
 
359
 
360
###############################################################################
360
###############################################################################
361
# compute the svardos stub, useful for migrating alien DOS systems to SvarDOS #
361
# compute the svardos stub, useful for migrating alien DOS systems to SvarDOS #
362
###############################################################################
362
###############################################################################