Fix SDK Launcher compiler error

Path has to be changed due to project include changes. The r5dev directory is no longer a system include, however, the compiler expects includes from system when compiling resources.
This commit is contained in:
Kawe Mazidjatari 2023-02-06 23:53:32 +01:00
parent a67967134d
commit 7928ac3b4c
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
// Microsoft Visual C++ generated resource script.
//
#include "sdklauncher/sdklauncher_res.h"
#include "../sdklauncher/sdklauncher_res.h"
//#define RELEASE
#ifndef DEDI_LAUNCHER
@ -29,7 +29,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1 TEXTINCLUDE
BEGIN
"sdklauncher/sdklauncher_res.h\0"
"../sdklauncher/sdklauncher_res.h\0"
END
2 TEXTINCLUDE
@ -56,9 +56,9 @@ END
// remains consistent on all systems.
#ifdef RELEASE
IDI_ICON1 ICON "resource\\ico\\sdklauncher_rel.ico"
IDI_ICON1 ICON "..\\resource\\ico\\sdklauncher_rel.ico"
#else
IDI_ICON1 ICON "resource\\ico\\sdklauncher_dbg.ico"
IDI_ICON1 ICON "..\\resource\\ico\\sdklauncher_dbg.ico"
#endif
#endif // English (United States) resources

View File

@ -2,7 +2,7 @@
// Microsoft Visual C++ generated include file.
// Used by r5launch.rc
//
#include "launcher/launcherdefs.h"
#include "../launcher/launcherdefs.h"
#define IDI_ICON1 101
// Next default values for new objects