Added precompiled header support for Visual Studio and Xcode (#6710)

Fixes https://github.com/libsdl-org/SDL/issues/6704
This commit is contained in:
Sam Lantinga
2022-11-29 18:34:15 -08:00
committed by GitHub
parent 6ca7212b75
commit c5790359fd
742 changed files with 1139 additions and 768 deletions

View File

@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "../SDL_internal.h"
#include "SDL_internal.h"
#include "SDL_syslocale.h"
static SDL_Locale *

View File

@@ -18,7 +18,7 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "../SDL_internal.h"
#include "SDL_internal.h"
/* This is the system specific header for the SDL locale API */

View File

@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../SDL_syslocale.h"
#include "../../core/android/SDL_android.h"

View File

@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../SDL_syslocale.h"
void

View File

@@ -21,7 +21,7 @@
#include <emscripten.h>
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../SDL_syslocale.h"
void

View File

@@ -23,7 +23,7 @@
#include <LocaleRoster.h>
#include <TypeConstants.h>
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../SDL_syslocale.h"
void

View File

@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../SDL_syslocale.h"
#import <Foundation/Foundation.h>

View File

@@ -20,7 +20,7 @@
*/
#include "../SDL_syslocale.h"
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include <3ds.h>

View File

@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../SDL_syslocale.h"
static void

View File

@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../SDL_syslocale.h"
#include <psp2/apputil.h>

View File

@@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "../../SDL_internal.h"
#include "SDL_internal.h"
#include "../../core/windows/SDL_windows.h"
#include "../SDL_syslocale.h"

View File

@@ -18,10 +18,10 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_internal.h"
#include <Windows.h>
#include <windows.h>
#include "../../SDL_internal.h"
#include "../SDL_syslocale.h"
/*using namespace Windows::Graphics::Display;*/