Changeset 121 for floppyfw

Show
Ignore:
Timestamp:
09/24/06 00:20:04 (6 years ago)
Author:
root
Message:

Bumping the version, time for a milestone.

Location:
floppyfw
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • floppyfw/Makefile

    r120 r121  
    3838 
    3939# Which version of floppyfw is this? 
    40 FLOPPYFW_VERSION=3.0rc2 
     40FLOPPYFW_VERSION=3.0.0 
    4141 
    4242# What sortof target system shall we compile this for? 
     
    5656# If you want to add FPU/MATH emulation, set this to true; 
    5757# (Not properly tested yet.) 
    58 EMULATE_FPU=true 
     58EMULATE_FPU=false 
    5959 
    6060# Command used to download source code 
  • floppyfw/perl/copy_packages.sh

    r83 r121  
    99  name=`echo $p | sed -e 's/.*\///'` 
    1010  name=`echo $name | sed -e 's/\..*//'` 
     11echo "Copying $name" 
    1112  mkdir -p $PACKAGES_DIR/$name 
    1213  cp /floppyfw/packages/$name.ffw $PACKAGES_DIR/$name/.