From 08ad61316ff4fcef95f43ae2960a63c77f0a9ae5 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Sat, 24 Feb 2018 22:35:08 -0800 Subject: [PATCH] Putting in the new icon setup --- meta/4ed_build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/4ed_build.cpp b/meta/4ed_build.cpp index e0a6b850..bc7ea8f5 100644 --- a/meta/4ed_build.cpp +++ b/meta/4ed_build.cpp @@ -197,7 +197,7 @@ FOREIGN_WIN"\\x64\\freetype.lib" "user32.lib winmm.lib gdi32.lib opengl32.lib " \ FOREIGN_WIN"\\x86\\freetype.lib" -#define CL_ICON "..\\res\\icon.res" +#define CL_ICON "..\\4coder-non-source\\res\\icon.res" internal void build(u32 flags, u32 arch, char *code_path, char **code_files, char *out_path, char *out_file, char **defines, char **exports, char **inc_folders){