Stefan E. Mayer
4 лет назад
committed by
GitHub
Родитель
Сommit
c21e9a721b
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 4AEE18F83AFDEB23
2 измененных файлов:
4 добавлений и
1 удалений
-
projects/VSCode/.vscode/launch.json
-
projects/VSCode/Makefile
|
|
@ -8,7 +8,7 @@ |
|
|
|
"name": "Debug", |
|
|
|
"type": "cppdbg", |
|
|
|
"request": "launch", |
|
|
|
"program": "${workspaceFolder}/main", |
|
|
|
"program": "${workspaceFolder}/game", |
|
|
|
"args": [], |
|
|
|
"stopAtEntry": false, |
|
|
|
"cwd": "${workspaceFolder}", |
|
|
|
|
|
@ -180,6 +180,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) |
|
|
|
ifeq ($(PLATFORM_OS),LINUX) |
|
|
|
MAKE = make |
|
|
|
endif |
|
|
|
ifeq ($(PLATFORM_OS),OSX) |
|
|
|
MAKE = make |
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
# Define compiler flags:
|
|
|
|