platform specific compiler flags added to json
This commit is contained in:
parent
345f9cb037
commit
bed3c38df9
|
@ -7,17 +7,24 @@
|
||||||
"raylib-d": "~>3.0.4"
|
"raylib-d": "~>3.0.4"
|
||||||
},
|
},
|
||||||
"description": "2D game",
|
"description": "2D game",
|
||||||
"lflags": [
|
"configurations": [
|
||||||
"-framework",
|
{
|
||||||
"CoreVideo",
|
"name": "ourgame",
|
||||||
"-framework",
|
"platforms": ["osx"],
|
||||||
"IOKit",
|
"targetType": "executable",
|
||||||
"-framework",
|
"lflags": [
|
||||||
"Cocoa",
|
"-framework",
|
||||||
"-framework",
|
"CoreVideo",
|
||||||
"GLUT",
|
"-framework",
|
||||||
"-framework",
|
"IOKit",
|
||||||
"OpenGL"
|
"-framework",
|
||||||
|
"Cocoa",
|
||||||
|
"-framework",
|
||||||
|
"GLUT",
|
||||||
|
"-framework",
|
||||||
|
"OpenGL"
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"libs": [
|
"libs": [
|
||||||
"raylib"
|
"raylib"
|
||||||
|
|
|
@ -7,17 +7,24 @@
|
||||||
"raylib-d": "~>3.0.4"
|
"raylib-d": "~>3.0.4"
|
||||||
},
|
},
|
||||||
"description": "2D game",
|
"description": "2D game",
|
||||||
"lflags": [
|
"configurations": [
|
||||||
"-framework",
|
{
|
||||||
"CoreVideo",
|
"name": "ourgame",
|
||||||
"-framework",
|
"platforms": ["osx"],
|
||||||
"IOKit",
|
"targetType": "executable",
|
||||||
"-framework",
|
"lflags": [
|
||||||
"Cocoa",
|
"-framework",
|
||||||
"-framework",
|
"CoreVideo",
|
||||||
"GLUT",
|
"-framework",
|
||||||
"-framework",
|
"IOKit",
|
||||||
"OpenGL"
|
"-framework",
|
||||||
|
"Cocoa",
|
||||||
|
"-framework",
|
||||||
|
"GLUT",
|
||||||
|
"-framework",
|
||||||
|
"OpenGL"
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"libs": [
|
"libs": [
|
||||||
"raylib"
|
"raylib"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"ddmp": "0.0.1-0.dev.3",
|
"ddmp": "0.0.1-0.dev.3",
|
||||||
"fluent-asserts": "0.13.3",
|
"fluent-asserts": "0.13.3",
|
||||||
"libdparse": "0.14.0",
|
"libdparse": "0.14.0",
|
||||||
"raylib-d": "3.0.3",
|
"raylib-d": "3.0.4",
|
||||||
"stdx-allocator": "2.77.5"
|
"stdx-allocator": "2.77.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,17 +7,24 @@
|
||||||
"raylib-d": "~>3.0.4"
|
"raylib-d": "~>3.0.4"
|
||||||
},
|
},
|
||||||
"description": "2D game",
|
"description": "2D game",
|
||||||
"lflags": [
|
"configurations": [
|
||||||
"-framework",
|
{
|
||||||
"CoreVideo",
|
"name": "ourgame",
|
||||||
"-framework",
|
"platforms": ["osx"],
|
||||||
"IOKit",
|
"targetType": "executable",
|
||||||
"-framework",
|
"lflags": [
|
||||||
"Cocoa",
|
"-framework",
|
||||||
"-framework",
|
"CoreVideo",
|
||||||
"GLUT",
|
"-framework",
|
||||||
"-framework",
|
"IOKit",
|
||||||
"OpenGL"
|
"-framework",
|
||||||
|
"Cocoa",
|
||||||
|
"-framework",
|
||||||
|
"GLUT",
|
||||||
|
"-framework",
|
||||||
|
"OpenGL"
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"libs": [
|
"libs": [
|
||||||
"raylib"
|
"raylib"
|
||||||
|
|
Loading…
Reference in New Issue