Daniele Bartolini 11 년 전
부모
커밋
374308b7ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      genie/genie.lua

+ 1 - 1
genie/genie.lua

@@ -42,6 +42,7 @@ toolchain(CROWN_BUILD_DIR, CROWN_THIRD_DIR)
 
 
 group "libs"
 group "libs"
 bgfxProject("", "StaticLib", os.is("windows") and { "BGFX_CONFIG_RENDERER_DIRECT3D9=1" } or {})
 bgfxProject("", "StaticLib", os.is("windows") and { "BGFX_CONFIG_RENDERER_DIRECT3D9=1" } or {})
+dofile ("shaderc.lua")
 
 
 if _OPTIONS["with-openal"] then
 if _OPTIONS["with-openal"] then
 	dofile ("openal.lua")
 	dofile ("openal.lua")
@@ -50,7 +51,6 @@ end
 group "engine"
 group "engine"
 crown_project("", "ConsoleApp", {})
 crown_project("", "ConsoleApp", {})
 
 
-dofile ("shaderc.lua")
 
 
 -- Install
 -- Install
 configuration { "android-arm" }
 configuration { "android-arm" }