Consolidated FNA and fnalibs setup scripts into one script

This commit is contained in:
Caleb Cornett
2018-10-08 23:50:49 -04:00
parent ace44c9081
commit 08b57d7fac
3 changed files with 80 additions and 53 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
# buildEffects
# Compiles all .fx files found in the project's Content directory.
# Intended for usage with VS Code Build Tasks tooling.
# You may need to change the path to fxc.exe depending on your installation.