2012-12-30 23:52:47 -05:00
|
|
|
project "example-07-callback"
|
|
|
|
uuid "acc53bbc-52f0-11e2-9781-ad8edd4b7d02"
|
|
|
|
kind "WindowedApp"
|
|
|
|
|
|
|
|
debugdir (BGFX_DIR .. "examples/runtime/")
|
|
|
|
|
|
|
|
includedirs {
|
|
|
|
BX_DIR .. "include",
|
|
|
|
BGFX_DIR .. "include",
|
|
|
|
}
|
|
|
|
|
|
|
|
files {
|
|
|
|
BGFX_DIR .. "examples/common/**.cpp",
|
|
|
|
BGFX_DIR .. "examples/common/**.h",
|
|
|
|
BGFX_DIR .. "examples/07-callback/**.cpp",
|
|
|
|
BGFX_DIR .. "examples/07-callback/**.h",
|
|
|
|
}
|
|
|
|
|
|
|
|
links {
|
|
|
|
"bgfx",
|
|
|
|
}
|
|
|
|
|
2013-01-23 01:25:47 -05:00
|
|
|
configuration { "nacl or nacl-arm or pnacl" }
|
2012-12-30 23:52:47 -05:00
|
|
|
targetextension ".nexe"
|
2013-01-23 01:25:47 -05:00
|
|
|
links {
|
|
|
|
"ppapi",
|
|
|
|
"ppapi_gles2",
|
|
|
|
"pthread",
|
|
|
|
}
|
2012-12-30 23:52:47 -05:00
|
|
|
|
|
|
|
configuration { "nacl", "Release" }
|
|
|
|
postbuildcommands {
|
|
|
|
"@echo Stripping symbols.",
|
|
|
|
"@$(NACL)/bin/x86_64-nacl-strip -s \"$(TARGET)\""
|
|
|
|
}
|
|
|
|
|
|
|
|
configuration { "linux" }
|
|
|
|
links {
|
|
|
|
"GL",
|
|
|
|
"pthread",
|
|
|
|
}
|
2013-01-15 23:37:07 -05:00
|
|
|
|
|
|
|
configuration { "macosx" }
|
2013-01-17 02:02:53 -05:00
|
|
|
files {
|
|
|
|
BGFX_DIR .. "examples/common/**.mm",
|
|
|
|
}
|
2013-01-15 23:37:07 -05:00
|
|
|
links {
|
|
|
|
"Cocoa.framework",
|
|
|
|
"OpenGL.framework",
|
|
|
|
}
|