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.
This commit is contained in:
parent
5d973b2dec
commit
9d58043d41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue