Added some more header files, and fixed much of the build system.

This commit is contained in:
meeh
2018-07-13 10:10:04 +00:00
parent 8c78d4f83e
commit a92993e05b
7 changed files with 711 additions and 82 deletions

View File

@@ -48,7 +48,8 @@ lazy val macosx = (project in file("macosx"))
lazy val root = (project in file("."))
.aggregate(common, browserbundle, macosx)
scalacOptions in Compile := Seq("-deprecated")
javacOptions ++= Seq("-source", "1.7", "-target", "1.7")
scalacOptions in Compile := Seq("-deprecated","-target:jvm-1.7")
fork := true