-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6f32fe
commit 2b7fa81
Showing
6 changed files
with
115 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<CodeBlocks_project_file> | ||
<FileVersion major="1" minor="6" /> | ||
<Project> | ||
<Option title="megawifi - adv" /> | ||
<Option makefile="D:/apps/SGDK/makefile.gen" /> | ||
<Option makefile_is_custom="1" /> | ||
<Option pch_mode="0" /> | ||
<Option compiler="sega_genesis_compiler" /> | ||
<MakeCommands> | ||
<Build command="$make -f $makefile" /> | ||
<CompileFile command="$make -f $makefile $file" /> | ||
<Clean command="$make -f $makefile clean" /> | ||
<DistClean command="$make -f $makefile clean" /> | ||
<AskRebuildNeeded command="$make -q -f $makefile $target" /> | ||
<SilentBuild command="$make -s -f $makefile $target" /> | ||
</MakeCommands> | ||
<Build> | ||
<Target title="default"> | ||
<Option output="megawifi.exe" prefix_auto="0" extension_auto="0" /> | ||
<Option object_output="." /> | ||
<Option deps_output="." /> | ||
<Option type="1" /> | ||
<Option compiler="sega_genesis_compiler" /> | ||
<Option projectResourceIncludeDirsRelation="1" /> | ||
<MakeCommands> | ||
<Build command="$make -f $makefile" /> | ||
<CompileFile command="$make -f $makefile $file" /> | ||
<Clean command="$make -f $makefile clean" /> | ||
<DistClean command="$make -f $makefile clean" /> | ||
<AskRebuildNeeded command="$make -q -f $makefile $target" /> | ||
<SilentBuild command="$make -s -f $makefile $target" /> | ||
</MakeCommands> | ||
</Target> | ||
</Build> | ||
<VirtualTargets> | ||
<Add alias="All" targets="default;" /> | ||
</VirtualTargets> | ||
<Unit filename="inc/mw-api/configuration.h" /> | ||
<Unit filename="inc/mw-api/configuration_ap.h" /> | ||
<Unit filename="inc/mw-api/configuration_cert.h" /> | ||
<Unit filename="inc/mw-api/configuration_slot.h" /> | ||
<Unit filename="inc/mw-api/datetime.h" /> | ||
<Unit filename="inc/mw-api/flash.h" /> | ||
<Unit filename="inc/mw-api/http.h" /> | ||
<Unit filename="inc/mw-api/ping.h" /> | ||
<Unit filename="inc/mw-api/random.h" /> | ||
<Unit filename="inc/mw-api/tcp.h" /> | ||
<Unit filename="inc/mw-api/udp.h" /> | ||
<Unit filename="inc/mw-api/upgrade.h" /> | ||
<Unit filename="inc/utils.h" /> | ||
<Unit filename="src/boot/sega.s" /> | ||
<Unit filename="src/main.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/configuration.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/configuration_ap.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/configuration_cert.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/configuration_slot.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/datetime.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/flash.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/http.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/ping.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/random.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/tcp.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/udp.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/mw-api/upgrade.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Unit filename="src/utils.c"> | ||
<Option compilerVar="CC" /> | ||
</Unit> | ||
<Extensions> | ||
<code_completion /> | ||
<envvars /> | ||
<debugger /> | ||
<DoxyBlocks> | ||
<comment_style block="0" line="0" /> | ||
<doxyfile_project /> | ||
<doxyfile_build /> | ||
<doxyfile_warnings /> | ||
<doxyfile_output /> | ||
<doxyfile_dot /> | ||
<general /> | ||
</DoxyBlocks> | ||
</Extensions> | ||
</Project> | ||
</CodeBlocks_project_file> |