Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverbenns/handmade-hero-powershell
A Powershell equivalent of Handmade Hero's build process
https://github.com/oliverbenns/handmade-hero-powershell
build compiler cpp handmade handmade-hero powershell visual-studio visual-studio-2017
Last synced: 12 days ago
JSON representation
A Powershell equivalent of Handmade Hero's build process
- Host: GitHub
- URL: https://github.com/oliverbenns/handmade-hero-powershell
- Owner: oliverbenns
- Created: 2017-08-01T15:21:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T15:40:12.000Z (over 7 years ago)
- Last Synced: 2024-12-06T21:50:49.663Z (27 days ago)
- Topics: build, compiler, cpp, handmade, handmade-hero, powershell, visual-studio, visual-studio-2017
- Language: PowerShell
- Homepage: https://handmadehero.org
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handmade Hero Powershell
A Powershell equivalent of Handmade Hero's build process. Casey uses `.bat` and [Command Prompt](https://en.wikipedia.org/wiki/Cmd.exe) and I felt it would be more worthwhile for me to [Powershell](https://en.wikipedia.org/wiki/PowerShell) as it's newer and more friendly to UNIX style commands. This repository is the end-state after [Day 001](https://www.youtube.com/watch?v=Ee3EtYb8d1o).
## Setup
- Install Visual Studio
- If not installing VS 2017 or you don't install it in the default location, edit [misc/shell.ps1](misc/shell.ps1) and ensure the path to `vcvarsall` is correct.## Build
- Open Powershell
- `./misc/build`## Startup
If you wish to have the Visual Studio compiler CLI available (`cl` command) on startup. Add this to your Powershell `profile.ps1`: `/path/to/handmade/misc/shell.ps1`, or copy and paste the file contents directly.