add ssl.hdll into hl builds
This commit is contained in:
@@ -204,6 +204,16 @@ class WindowsPlatform extends PlatformTarget
|
|||||||
{
|
{
|
||||||
ProjectHelper.copyLibrary(project, ndll, "Windows" + (is64 ? "64" : ""), "", ".hdll", applicationDirectory, project.debug,
|
ProjectHelper.copyLibrary(project, ndll, "Windows" + (is64 ? "64" : ""), "", ".hdll", applicationDirectory, project.debug,
|
||||||
targetSuffix);
|
targetSuffix);
|
||||||
|
|
||||||
|
if (!project.environment.exists("HL_PATH"))
|
||||||
|
{
|
||||||
|
var command = #if lime "lime" #else "hxp" #end;
|
||||||
|
|
||||||
|
Log.info("You must define HL_PATH to copy HL dependencies: '" + command + " setup hl' first");
|
||||||
|
|
||||||
|
}else{
|
||||||
|
System.copyFile(project.environment.get("HL_PATH") + '/ssl.hdll', applicationDirectory + '/ssl.hdll');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user