Set up scons build system
- In its current state, it produces a valid, launchable Mac application package, though one that's not redistributable (relies on system-installed libraries) - Partial support is already in-place for a Windows build
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -49,6 +49,10 @@ src/*.vsproj/Debug/
|
||||
src/*.vsproj/Release/
|
||||
src/*.vsproj/*/ipch/
|
||||
|
||||
# SCons junk files
|
||||
.sconsign.dblite
|
||||
build/
|
||||
|
||||
# Generated NSIS script file
|
||||
src/*.vsproj/Installer/data.nsi
|
||||
|
||||
|
Reference in New Issue
Block a user