From 9fc34880f8e0674cb61a8dd479c64280d056cca2 Mon Sep 17 00:00:00 2001 From: Jason Maskell Date: Mon, 25 Jul 2016 12:13:14 +0700 Subject: Had some compilation issues without previously generated code, fixed now. Disabled OpenGL in the D3D11 build, for now. This is an ugly hack and needs to be fixed. Separated FindFXC into its own finder so that we can fail when it's not found. --- GenerateProjects.bat | 2 -- 1 file changed, 2 deletions(-) (limited to 'GenerateProjects.bat') diff --git a/GenerateProjects.bat b/GenerateProjects.bat index ad815e8..cbc826b 100644 --- a/GenerateProjects.bat +++ b/GenerateProjects.bat @@ -4,8 +4,6 @@ REM Make sure the various variables that we need are set IF NOT DEFINED GW_DEPS_ROOT GOTO GW_DEPS_ROOT_UNDEFINED -IF NOT DEFINED CUDA_BIN_PATH GOTO CUDA_ROOT_UNDEFINED - REM Generate projects here rmdir /s /q compiler\vc12win64-cmake\ -- cgit v1.2.3