Skip to content

Commit 674f7a4

Browse files
committed
Fixed the SDK/toolchain references
1 parent 462df8d commit 674f7a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

PicoHTTPServer/PicoHTTPServer.vgdbproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<EnableFastUpToDateCheck>true</EnableFastUpToDateCheck>
6262
<Extension xsi:type="com.visualgdb.project.external.raspberry_pi.pico.extension.cmake">
6363
<SDK>
64-
<Source>Git</Source>
64+
<Source>Package</Source>
6565
<Version>1.4.0</Version>
6666
</SDK>
6767
<Configuration>

tools/SimpleFSBuilder/SimpleFSBuilder.vgdbcmake

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0"?>
22
<VisualGDBProjectSettings2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3-
<ConfigurationName>Debug</ConfigurationName>
43
<Project xsi:type="com.visualgdb.project.windows">
54
<CustomSourceDirectories>
65
<Directories />
@@ -12,11 +11,11 @@
1211
<Build xsi:type="com.visualgdb.build.cmake">
1312
<BuildLogMode xsi:nil="true" />
1413
<ToolchainID>
15-
<ID>com.sysprogs.imported.mingw</ID>
14+
<ID>com.visualgdb.mingw32</ID>
1615
<Version>
17-
<GCC>11.2.0</GCC>
18-
<GDB>11.1</GDB>
19-
<Revision>0</Revision>
16+
<GCC>9.1.0</GCC>
17+
<GDB>8.3</GDB>
18+
<Revision>1</Revision>
2019
</Version>
2120
</ToolchainID>
2221
<RelativeSourceDirectory />
@@ -75,6 +74,7 @@
7574
<DoNotDeployVersionedBinaries>false</DoNotDeployVersionedBinaries>
7675
</Deployment>
7776
<HeaderDiscoveryMode>Default</HeaderDiscoveryMode>
77+
<ResourceDirectories />
7878
</CMakeTargetSpecificSettings>
7979
</TargetSpecificSettings>
8080
<SetLDLibraryPathFromDependentArtifacts>true</SetLDLibraryPathFromDependentArtifacts>

0 commit comments

Comments
 (0)