Sha256: ce43041adae871782757efb8397b9874f9781b51afa4ec0dde8d450c38473c9c

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

require 'mkmf'

$CFLAGS << ' -DNK_INCLUDE_VERTEX_BUFFER_OUTPUT=1'
$CFLAGS << ' -DNK_INCLUDE_FONT_BAKING=1'
$CFLAGS << ' -DNK_INCLUDE_DEFAULT_FONT=1'
$CFLAGS << ' -DNK_INCLUDE_COMMAND_USERDATA=1'
$CFLAGS << ' -DNK_BUTTON_TRIGGER_ON_RELEASE=1'
$CFLAGS << ' -DNK_ZERO_COMMAND_MEMORY=1'
$CFLAGS << ' -DNK_INCLUDE_FIXED_TYPES=1'
$CFLAGS << ' -DNK_INCLUDE_DEFAULT_ALLOCATOR=1'
$CFLAGS << ' -DNK_INCLUDE_STANDARD_IO=1'

create_makefile('nuklear_renderer_opengl2')

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nuklear-0.1.3 ext/nuklear_renderer_opengl2/extconf.rb
nuklear-0.1.2 ext/nuklear_renderer_opengl2/extconf.rb
nuklear-0.1.1 ext/nuklear_renderer_opengl2/extconf.rb
nuklear-0.1.0 ext/nuklear_renderer_opengl2/extconf.rb