Initial bindings for LWJGL on Java
This commit is contained in:
17
tools/helpers/JavaHelper.hx
Normal file
17
tools/helpers/JavaHelper.hx
Normal file
@@ -0,0 +1,17 @@
|
||||
package helpers;
|
||||
|
||||
|
||||
import sys.io.File;
|
||||
|
||||
|
||||
class JavaHelper {
|
||||
|
||||
|
||||
public static function copyLibraries (templatePaths:Array <String>, platformName:String, targetPath:String) {
|
||||
|
||||
FileHelper.recursiveCopyTemplate (templatePaths, "java/ndll/" + platformName, targetPath);
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user