Modified Makefile for Linux and updated Visual Studio project files for Linux support, Added infromation to README
parent
5029165272
commit
b993547e4e
@ -0,0 +1,5 @@
|
|||||||
|
linux/build
|
||||||
|
windows/build
|
||||||
|
|
||||||
|
linux/boat_sim
|
||||||
|
windows/boat_sim.exe
|
@ -1,20 +1,15 @@
|
|||||||
{
|
{
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Win32",
|
"name": "Linux",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${workspaceFolder}/**",
|
"${workspaceFolder}/include"
|
||||||
"${workspaceFolder}\\..\\include"
|
|
||||||
],
|
],
|
||||||
"defines": [
|
"defines": [],
|
||||||
"_DEBUG",
|
"compilerPath": "/usr/bin/gcc",
|
||||||
"UNICODE",
|
"cStandard": "c17",
|
||||||
"_UNICODE"
|
"cppStandard": "c++14",
|
||||||
],
|
"intelliSenseMode": "linux-clang-x64"
|
||||||
"compilerPath": "${workspaceFolder}\\..\\mingw64\\bin\\g++.exe",
|
|
||||||
"cStandard": "c11",
|
|
||||||
"cppStandard": "c++17",
|
|
||||||
"intelliSenseMode": "gcc-x64"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4
|
"version": 4
|
||||||
|
Loading…
Reference in new issue