Sha256: 302653857807a7c7d6878407f0fb66ff080636332b9d2ae1e8916c45e2afc004

Contents?: true

Size: 262 Bytes

Versions: 3

Compression:

Stored size: 262 Bytes

Contents

# This Makefile will get replaced by qmake.

require 'rbconfig'

if Gem.win_platform?
  qmake = %{qmake CONFIG+=debug -spec win32-g++}
else
  qmake = %{qmake CONFIG+=debug}
end

File.open("Makefile", "w") do |mf|
  mf.puts <<-ENDM
all:
	#{qmake}
	make
  ENDM
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sunscraper-1.2.0 ext/extconf.rb
sunscraper-1.2.0.pre2 ext/extconf.rb
sunscraper-1.2.0.pre1 ext/extconf.rb