mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 04:22:07 +00:00
Don't delete script.cpp after building (#1272)
Ensure consistency in linker script parser interface Make the declaration and definition visible when compiling so that the compiler can warn about inconsistencies. Co-authored-by: ISSOtm <me@eldred.fr>
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#include "link/output.hpp"
|
||||
#include "link/patch.hpp"
|
||||
#include "link/section.hpp"
|
||||
#include "link/script.hpp"
|
||||
#include "script.hpp"
|
||||
#include "link/symbol.hpp"
|
||||
|
||||
#include "extern/getopt.hpp"
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
#include <string>
|
||||
|
||||
#include "linkdefs.hpp"
|
||||
|
||||
void script_ProcessScript(char const *path);
|
||||
}
|
||||
%code {
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user