From 7122036d0320eabb66b852a6c152cb97aa96ecf1 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 19 Mar 2017 22:16:24 +0100 Subject: [PATCH] Updated file name in porting README. --- docs/README-porting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-porting.md b/docs/README-porting.md index f06f274546e52..ef7521f351b66 100644 --- a/docs/README-porting.md +++ b/docs/README-porting.md @@ -25,7 +25,7 @@ There are two basic ways of building SDL at the moment: If you're using an IDE or other non-configure build system, you'll probably want to create a custom SDL_config.h for your platform. Edit SDL_config.h, add a section for your platform, and create a custom SDL_config_{platform}.h, - based on SDL_config.h.minimal and SDL_config.h.in + based on SDL_config_minimal.h and SDL_config.h.in Add the top level include directory to the header search path, and then add the following sources to the project: