Fix serveral dead links

This commit is contained in:
Maschell
2018-11-20 10:45:31 +01:00
parent c6fd96febf
commit 722903da95
4 changed files with 8 additions and 8 deletions

View File

@@ -11,8 +11,8 @@ topnav: topnav
Code::Blocks allows you to save projects as an template for other (new projects). This page is about setting up the example plugin template.
## Setting up a plugin template.
The Wii U Plugin also provides an example Code::Blocks project which can be used as a template.
It can be found in the following directory of this repository:
The Wii U Plugin System also provides an example Code::Blocks project which can be used as a template.
It can be found in the following directory of the [repository](https://github.com/Maschell/WiiUPluginSystem/tree/master/ide_templates/codeblocks):
`ide_templates\codeblocks`
The directory contains a project file (`windows_template.cbp`), a example source file (`src/main.cpp`) and a default Makefile (`Makefile`).
Once you've opened the project in Code::Blocks, make sure you can compile it. Press `Ctrl + F11` to call `make clean && make`. You can also do `right click -> Rebuild` on the project.