Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

darwin-fat-all 196B

1234567
  1. # Configuration for Darwin / MacOS X, making 32bit and 64bit fat dynamic libs
  2. RC_CFLAGS=-arch ppc -arch i386 -arch ppc64 -arch x86_64
  3. include $(TOP)/configs/darwin
  4. CONFIG_NAME = darwin-fat-all