修改config.xml

This commit is contained in:
Jered Ye 2024-01-13 20:05:51 +08:00
parent 4d194a9426
commit 0f02d0c2af
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#update config.properties #update config.properties
#Sat Jan 13 15:45:36 CST 2024 #Sat Jan 13 19:30:59 CST 2024
=\=\=\=\=\=\= =\=\=\=\=\=\=
<<<<<<<=.mine <<<<<<<=.mine
>>>>>>>=.r76 >>>>>>>=.r76

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<languages> <languages>
<language id="C++"> <language id="C++" alias="c++,c,cpp,CPP,C">
<compiler name="MinGW"> <compiler name="MinGW">
<path>K:\Dev-Cpp\MinGW64\bin</path> <path>K:\Dev-Cpp\MinGW64\bin</path>
<compileCmd>g++.exe -Wall -g -std=c++14 -c $sourceFile$ -o $objFile$</compileCmd> <compileCmd>g++.exe -Wall -g -std=c++14 -c $sourceFile$ -o $objFile$</compileCmd>
@ -18,7 +18,7 @@
<runCmd>msvc</runCmd> <runCmd>msvc</runCmd>
</compiler> </compiler>
</language> </language>
<language id="Java"> <language id="Java" alias="java,JAVA">
<compiler name="JDK8"> <compiler name="JDK8">
<path>C:/JDK8/bin</path> <path>C:/JDK8/bin</path>
<compileCmd>g++.exe -Wall -g -std=c++14 -c $sourceFile$ -o $objFile$</compileCmd> <compileCmd>g++.exe -Wall -g -std=c++14 -c $sourceFile$ -o $objFile$</compileCmd>
@ -37,7 +37,7 @@
</runCmd> </runCmd>
</compiler> </compiler>
</language> </language>
<language id="Python"> <language id="Python" alias="python,PYTHON">
<compiler name="Python2"> <compiler name="Python2">
<path>C:/MinGW/bin/</path> <path>C:/MinGW/bin/</path>
<compileCmd>g++.exe -Wall -g -std=c++14 -c $sourceFile$ -o $objFile$</compileCmd> <compileCmd>g++.exe -Wall -g -std=c++14 -c $sourceFile$ -o $objFile$</compileCmd>