platform specific compiler flags added to json

This commit is contained in:
kirill.saidov 2021-08-14 18:56:12 +06:00
parent 345f9cb037
commit bed3c38df9
4 changed files with 55 additions and 34 deletions

View File

@ -7,6 +7,11 @@
"raylib-d": "~>3.0.4"
},
"description": "2D game",
"configurations": [
{
"name": "ourgame",
"platforms": ["osx"],
"targetType": "executable",
"lflags": [
"-framework",
"CoreVideo",
@ -19,6 +24,8 @@
"-framework",
"OpenGL"
],
},
],
"libs": [
"raylib"
],

View File

@ -7,6 +7,11 @@
"raylib-d": "~>3.0.4"
},
"description": "2D game",
"configurations": [
{
"name": "ourgame",
"platforms": ["osx"],
"targetType": "executable",
"lflags": [
"-framework",
"CoreVideo",
@ -19,6 +24,8 @@
"-framework",
"OpenGL"
],
},
],
"libs": [
"raylib"
],

View File

@ -4,7 +4,7 @@
"ddmp": "0.0.1-0.dev.3",
"fluent-asserts": "0.13.3",
"libdparse": "0.14.0",
"raylib-d": "3.0.3",
"raylib-d": "3.0.4",
"stdx-allocator": "2.77.5"
}
}

View File

@ -7,6 +7,11 @@
"raylib-d": "~>3.0.4"
},
"description": "2D game",
"configurations": [
{
"name": "ourgame",
"platforms": ["osx"],
"targetType": "executable",
"lflags": [
"-framework",
"CoreVideo",
@ -19,6 +24,8 @@
"-framework",
"OpenGL"
],
},
],
"libs": [
"raylib"
],