1 Commits

Author SHA1 Message Date
Steve Howes 6efae6552c Clean up 2023-08-13 17:14:42 +01:00
3 changed files with 6 additions and 53 deletions
+3
View File
@@ -0,0 +1,3 @@
ctenna
*.o
+3
View File
@@ -1,3 +1,6 @@
clean:
rm -f *.o ctenna
ctenna: main.o hb9cv.o jpole.o groundplane.o
cc -o ctenna main.o hb9cv.o jpole.o groundplane.o
-53
View File
@@ -1,53 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="ctenna" />
<Option execution_dir="../Constenna" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/Constenna" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/ctenna_win10_amd64" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="Makefile" />
<Unit filename="groundplane.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="groundplane.h" />
<Unit filename="hb9cv.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="hb9cv.h" />
<Unit filename="jpole.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="jpole.h" />
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Extensions />
</Project>
</CodeBlocks_project_file>