Sha256: cfe355f7004a253f23e36b098e67af9f6b975fb7779f7c6de1499dd013244d14

Contents?: true

Size: 183 Bytes

Versions: 4

Compression:

Stored size: 183 Bytes

Contents

stub_runner: stub_runner.c
	gcc -O2 -Wall -force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch i386 -arch ppc stub_runner.c -o stub_runner
 
.PHONY: clean
 
clean:
	rm -f stub_runner

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xpcomcore-rubygem-0.6.4 ext/stub_runners/darwin/src/Makefile
xpcomcore-rubygem-0.6.3 ext/stub_runners/darwin/src/Makefile
xpcomcore-rubygem-0.6.2 ext/stub_runners/darwin/src/Makefile
xpcomcore-rubygem-0.6.0 ext/stub_runners/darwin/src/Makefile