Skip to content

Removing or Uninstalling Project Data

Ravbug edited this page Jul 13, 2019 · 8 revisions

Follow these instructions to remove compiled and other generated data these projects create as you use them.

macOS

  1. Open mac.xcodeproj in the template root.
  2. Press Product -> Clean Build Folder (or press Command+Shift+K)

Windows

Removing compiled app data:

  1. In Visual Studio, Press the Build -> Clean Solution menus, or right click your solution in the solution explorer and press Clean Solution.

Removing compiled library data:

  1. Open wxWidgets\build\msw\ and open the SLN that you used to build the library, when following the steps here.
  2. In Visual Studio, Press the Build -> Clean Solution menus. Location of the Clean Solution menu

Linux

Removing compiled app data:

  1. Run make clean

Uninstalling wxWidgets:

  1. Information coming soon.

Once you follow these steps, you can delete the template project folder.

Clone this wiki locally