Browse Source

Fixed build.

Branimir Karadžić 9 years ago
parent
commit
89eef364bb
2 changed files with 10 additions and 0 deletions
  1. 5 0
      scripts/shaderc.lua
  2. 5 0
      scripts/texturec.lua

+ 5 - 0
scripts/shaderc.lua

@@ -147,6 +147,11 @@ project "shaderc"
 			path.join(GLSL_OPTIMIZER, "include/c99"),
 		}
 
+	configuration { "vs20* or mingw*" }
+		links {
+			"psapi",
+		}
+
 	configuration {}
 
 	defines { -- fcpp

+ 5 - 0
scripts/texturec.lua

@@ -49,4 +49,9 @@ project "texturec"
 			"Cocoa.framework",
 		}
 
+	configuration { "vs20* or mingw*" }
+		links {
+			"psapi",
+		}
+
 	configuration {}