mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
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:
parent
a67967134d
commit
7928ac3b4c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user