Changeset 2524


Ignore:
Timestamp:
2001-06-12T12:18:03+12:00 (23 years ago)
Author:
kjm18
Message:

removed "exit if mgpp & windows"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/buildcol.pl

    r2359 r2524  
    196196    die "Couldn't find the configuration file $configfilename\n";
    197197    }
    198    
    199     #mgpp doesn't work yet on windows
    200     if ($buildtype eq "mgpp" && $ENV{'GSDLOS'} =~ /^windows$/) {
    201     die "mgpp doesn't work on windows\n";
    202     }
    203    
     198       
    204199    #set the text index
    205200    if ($buildtype eq "mgpp") {
Note: See TracChangeset for help on using the changeset viewer.