From 9d58043d414428dee09c10ce8b1c645a36d5685b Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Fri, 12 Apr 2019 15:01:53 -0500 Subject: [PATCH] fix generated resource file to use correct file path Thanks to ergo720 for bring it up. I may had not find the cause at all. --- resource/Cxbx.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/Cxbx.rc b/resource/Cxbx.rc index b5f3ab74a..1b98d67d9 100644 --- a/resource/Cxbx.rc +++ b/resource/Cxbx.rc @@ -495,7 +495,7 @@ IDI_CXBX ICON "Cxbx-R.ico" 1 TEXTINCLUDE BEGIN - "..\\src\\Cxbx\\ResCxbx.h\0" + "..\\src\\gui\\ResCxbx.h\0" END 2 TEXTINCLUDE