You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2020. It is now read-only.
if (!CreateScript(glm_inc_dir, glew_inc_dir, glfw_inc_dir, glfw_lib_dir))
45
+
if (!CreateScript(glm_inc_dir, glew_inc_dir, glew_lib_dir, glfw_inc_dir, glfw_lib_dir))
43
46
{
44
47
std::cout << " FAILED!" << std::endl;
45
48
return -1;
@@ -51,7 +54,9 @@ int main()
51
54
std::cout << "FAILED to execute script!" << std::endl;
52
55
return -1;
53
56
}
54
-
std::cout << "Successfully setup enviroment variables!" << std::endl << " To use them you must logout and back in." << std::endl;
57
+
58
+
std::cout << "Successfully setup enviroment variables!" << std::endl << " To use them you must logout and back in." << std::endl << "Press 'enter' to exit." << std::endl;
0 commit comments