# Library Loader Generator Configuration File # # This file is used by dlib_generator.rb to parse the SDL library # binary/headers and to generate the CLibraryLoaderSDL.hpp file. # You invoke the generating process by: # # ./dlib_generator.rb --config generator_sdl.conf # # The resulting CLibraryLoaderSDL.hpp file is only changed if the # library binary or headers have changed. The arguments configured # in this file can also be used as arguments directly with # dlib_generator. # # For more Information read the source or: # # % ./dlib_generator.rb --help # name = "SDL" template = "dlib_generator.tpl" header_path = "/usr/include/SDL" file_pattern = "SDL.*\.h$" library = "/usr/lib/libSDL.so" symbol_prefix = "SDL" prototype_pattern = "extern DECLSPEC ([^\(]+) SDLCALL ([^\(]+)\(([^\)]+)\);" include = "SDL/SDL.h,SDL/SDL_syswm.h" define write