mirror of https://github.com/zeldaret/tp.git
fix builds
This commit is contained in:
parent
c313b37830
commit
d72e615741
|
|
@ -426,7 +426,7 @@ if config.version != "ShieldD":
|
|||
else:
|
||||
cflags_framework.extend(["-inline noauto", "-O3,s", "-sym on", "-str reuse,pool,readonly"])
|
||||
|
||||
if config.version in ["RZDE01_00", "RZDE01_02", "RZDJ01"]:
|
||||
if config.version in ["RZDE01_00", "RZDE01_02", "RZDP01", "RZDJ01"]:
|
||||
cflags_framework.extend(["-DSDK_SEP2006"])
|
||||
|
||||
# REL flags
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#include "d/d_map.h"
|
||||
#include "JSystem/JHostIO/JORFile.h"
|
||||
#include "JSystem/JHostIO/JORServer.h"
|
||||
#include "JSystem/JUtility/JUTTexture.h"
|
||||
#include "SSystem/SComponent/c_counter.h"
|
||||
#include "SSystem/SComponent/c_math.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue