1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-20 22:11:16 +00:00

Skip compiling C-included files during the build (#1386)

* Update the makefile to skip .inc.c files when building

* Rename all C-included source files to .inc.c
This commit is contained in:
Roman971 2022-10-04 12:36:25 +02:00 committed by GitHub
parent 2f4c25da53
commit 1cb00350d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 22 additions and 21 deletions

View file

@ -17,7 +17,7 @@ void DemoDu_Draw(Actor* thisx, PlayState* play);
static s32 sUnused = 0;
#pragma asmproc recurse
#include "z_demo_du_cutscene_data.c"
#include "z_demo_du_cutscene_data.inc.c"
static void* sEyeTextures[] = { gDaruniaEyeOpenTex, gDaruniaEyeOpeningTex, gDaruniaEyeShutTex, gDaruniaEyeClosingTex };
static void* sMouthTextures[] = { gDaruniaMouthSeriousTex, gDaruniaMouthGrinningTex, gDaruniaMouthOpenTex,