Skip to content

Commit 6a6cb81

Browse files
committed
Update premake files related to new CEF download method
1 parent b3d5a8a commit 6a6cb81

17 files changed

+16
-19308
lines changed

Client/ceflauncher_DLL/premake5.lua

+1-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@ project "CEFLauncher DLL"
2323
"*.cpp"
2424
}
2525

26-
links { "CEF" }
27-
28-
filter "configurations:Debug"
29-
links { "../../vendor/cef3/Debug/libcef.lib" }
30-
31-
filter "configurations:Release or configurations:Nightly"
32-
links { "../../vendor/cef3/Release/libcef.lib" }
26+
links { "CEF", "../../vendor/cef3/Release/libcef.lib" }
3327

3428
filter "architecture:x64"
3529
flags { "ExcludeFromBuild" }

Client/core/premake5.lua

+2-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ project "Client Core"
2020
}
2121

2222
libdirs {
23-
"../../vendor/detours/lib"
23+
"../../vendor/detours/lib",
24+
"../../vendor/cef3/Release"
2425
}
2526

2627

@@ -53,12 +54,6 @@ project "Client Core"
5354

5455
filter "architecture:x64"
5556
flags { "ExcludeFromBuild" }
56-
57-
filter "configurations:Debug"
58-
libdirs { "../../vendor/cef3/Debug" }
59-
60-
filter "configurations:Release or configurations:Nightly"
61-
libdirs { "../../vendor/cef3/Release" }
6257

6358
filter "system:not windows"
6459
flags { "ExcludeFromBuild" }
-2.62 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-9.66 MB
Binary file not shown.
-78.5 KB
Binary file not shown.
-1.65 MB
Binary file not shown.
-49.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)