Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrglaster/sgdk-project-builder
A small utility that removes the need to enter a command in CMD each time when compiling an SGDK project
https://github.com/mrglaster/sgdk-project-builder
builder cpp sgdk sgdk-library utility
Last synced: 28 days ago
JSON representation
A small utility that removes the need to enter a command in CMD each time when compiling an SGDK project
- Host: GitHub
- URL: https://github.com/mrglaster/sgdk-project-builder
- Owner: mrglaster
- Created: 2022-09-24T07:40:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T15:14:44.000Z (over 2 years ago)
- Last Synced: 2024-11-15T01:36:17.273Z (3 months ago)
- Topics: builder, cpp, sgdk, sgdk-library, utility
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SGDK project builder
A small utility that removes the need to enter a command in CMD each time when building a SGDK project## How to use?
1) Create an eviroment variable called "GDK" and set it to your SGDK path. For example, `C:\sgdk`
2) Put an .exe file to your project's folder
3) Execute it. Results you'll find in "out" folder.### PS
This utility was developed just for fun. I guess, it's better to use setted up VSCode. But if you don't want to install VSCode, this utility can be usefull.