소스 검색

Allow to run any file (#2069)

pull/2073/head
Jarosław Jaros 4 년 전
committed by GitHub
부모
커밋
d8e0b2e27c
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. +6
    -2
      projects/VSCode/.vscode/tasks.json

+ 6
- 2
projects/VSCode/.vscode/tasks.json 파일 보기

@ -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 @@
]
}
]
}
}

불러오는 중...
취소
저장