2012-12-30 20:52:47 -08: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-22 22:25:47 -08:00
|
|
|
configuration { "nacl or nacl-arm or pnacl" }
|
2012-12-30 20:52:47 -08:00
|
|
|
targetextension ".nexe"
|
2013-01-22 22:25:47 -08:00
|
|
|
links {
|
|
|
|
"ppapi",
|
|
|
|
"ppapi_gles2",
|
|
|
|
"pthread",
|
|
|
|
}
|
2012-12-30 20:52:47 -08:00
|
|
|
|
|
|
|
configuration { "nacl", "Release" }
|
|
|
|
postbuildcommands {
|
|
|
|
"@echo Stripping symbols.",
|
|
|
|
"@$(NACL)/bin/x86_64-nacl-strip -s \"$(TARGET)\""
|
|
|
|
}
|
|
|
|
|
|
|
|
configuration { "linux" }
|
|
|
|
links {
|
|
|
|
"GL",
|
|
|
|
"pthread",
|
|
|
|
}
|
2013-01-15 20:37:07 -08:00
|
|
|
|
|
|
|
configuration { "macosx" }
|
2013-01-16 23:02:53 -08:00
|
|
|
files {
|
|
|
|
BGFX_DIR .. "examples/common/**.mm",
|
|
|
|
}
|
2013-01-15 20:37:07 -08:00
|
|
|
links {
|
|
|
|
"Cocoa.framework",
|
|
|
|
"OpenGL.framework",
|
|
|
|
}
|