Kaynağa Gözat

Allow to run any file (#2069)

pull/2073/head
Jarosław Jaros 4 yıl önce
işlemeyi yapan: GitHub
ebeveyn
işleme
d8e0b2e27c
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 6 ekleme ve 2 silme
  1. +6
    -2
      projects/VSCode/.vscode/tasks.json

+ 6
- 2
projects/VSCode/.vscode/tasks.json Dosyayı Görüntüle

@ -9,7 +9,9 @@
"command": "make",
"args": [
"PLATFORM=PLATFORM_DESKTOP",
"BUILD_MODE=DEBUG"
"BUILD_MODE=DEBUG",
"PROJECT_NAME=${fileBasenameNoExtension}",
"OBJS=${fileBasenameNoExtension}.c"
],
"windows": {
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
@ -42,6 +44,8 @@
"command": "make",
"args": [
"PLATFORM=PLATFORM_DESKTOP",
"PROJECT_NAME=${fileBasenameNoExtension}",
"OBJS=${fileBasenameNoExtension}.c"
],
"windows": {
"command": "C:/raylib/mingw/bin/mingw32-make.exe",
@ -64,4 +68,4 @@
]
}
]
}
}

Yükleniyor…
İptal
Kaydet