mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
--
|
||||
|
||||
project "geometryc"
|
||||
uuid "8794dc3a-2d57-11e2-ba18-368d09e48fda"
|
||||
uuid (os.uuid("geometryc"))
|
||||
kind "ConsoleApp"
|
||||
|
||||
includedirs {
|
||||
@@ -31,13 +31,16 @@ project "geometryc"
|
||||
|
||||
configuration { "mingw-*" }
|
||||
targetextension ".exe"
|
||||
links {
|
||||
"psapi",
|
||||
}
|
||||
|
||||
configuration { "osx" }
|
||||
links {
|
||||
"Cocoa.framework",
|
||||
}
|
||||
|
||||
configuration { "vs20* or mingw*" }
|
||||
configuration { "vs20*" }
|
||||
links {
|
||||
"psapi",
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
--
|
||||
|
||||
project "texturec"
|
||||
uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26"
|
||||
uuid (os.uuid("texturec"))
|
||||
kind "ConsoleApp"
|
||||
|
||||
includedirs {
|
||||
@@ -27,13 +27,16 @@ project "texturec"
|
||||
|
||||
configuration { "mingw-*" }
|
||||
targetextension ".exe"
|
||||
links {
|
||||
"psapi",
|
||||
}
|
||||
|
||||
configuration { "osx" }
|
||||
links {
|
||||
"Cocoa.framework",
|
||||
}
|
||||
|
||||
configuration { "vs20* or mingw*" }
|
||||
configuration { "vs20*" }
|
||||
links {
|
||||
"psapi",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user