Team Fortress 2 Source Code as on 22/4/2020
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.

9 lines
234 B

  1. require 'mkmf'
  2. dir_config('yourlib')
  3. if have_header('yourlib.h') and have_library('yourlib', 'yourlib_init')
  4. # If you use swig -c option, you may have to link libswigrb.
  5. # have_library('swigrb')
  6. create_makefile('yourlib')
  7. end