Changeset 562

Show
Ignore:
Timestamp:
08/15/07 21:34:19 (1 year ago)
Author:
luislavena
Message:

Pistoned ServiceFB and made some adjustments to get compilation right with FB 0.17 (stable).
Fixes 0.3.17 release tag.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/0.3.17/projects/mongrel_service/tools/freebasic.rb

    r407 r562  
    200200        cmdline << "-o #{target}" 
    201201        cmdline << "-m #{main}" unless main.nil? 
     202        cmdline << "-mt" 
    202203        cmdline << @defines.collect { |defname| "-d #{defname}" } 
    203204        cmdline << @search_path.collect { |path| "-i #{path}" } 
     
    208209        cmdline = [] 
    209210        cmdline << "fbc" 
     211        cmdline << "-mt" 
    210212        cmdline << "-#{@type.to_s}" unless @type == :executable 
    211213        cmdline << "-x #{target}"