Added building for arm, x86, and x64 with Gradle. This only builds ntcore currently, I'm working getting Google Test to work.

This commit is contained in:
Fredric Silberberg
2015-08-14 20:06:31 -07:00
parent 80247e98e5
commit 9458da0454
3 changed files with 124 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
### C++ ###
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
build/
.gradle/
.vs/
*.def
*.opensdf
*.vcxproj
*.vcxproj.user
*.sdf