diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-09-30 14:40:38 -0400 |
|---|---|---|
| committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-09-30 14:40:38 -0400 |
| commit | 697c8d2546506aa327877f33db24dc456dc9ac6b (patch) | |
| tree | e1b8d017fe2503fc185b649bbe28e06bc4cb9c5b /Makefile | |
| parent | 9c0815bae426468323bafa8b4f7a2b6b9f0e41f1 (diff) | |
| parent | e90b67c33c82376d2a7c992d341f7ab17726a91c (diff) | |
Merge branch 'master' of https://github.com/doldecomp/pokerevo into label_ctors
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,11 +28,11 @@ TARGET := pbr_pal BUILD_DIR := build/$(TARGET) -SRC_DIRS := src src/SDK/OS src/MSL_C/MSL_Common src/MSL_C/MSL_Common_Embedded \ +SRC_DIRS := src src/SDK/OS src/SDK/HBM src/MSL_C/MSL_Common src/MSL_C/MSL_Common_Embedded \ src/MSL_C/MSL_Common_Embedded/Math src/MSL_C/PPC_EABI src/Runtime \ src/MetroTRK src/GameSpy src/nw4r/ut src/nw4r/snd src/nw4r/ut/detail \ src/nw4r/snd/detail src/nw4r/math src/nw4r/lyt src/nw4r/lyt/detail -ASM_DIRS := asm asm/SDK/OS asm/MSL_C/MSL_Common asm/MSL_C/MSL_Common_Embedded \ +ASM_DIRS := asm asm/SDK/OS asm/SDK/HBM asm/MSL_C/MSL_Common asm/MSL_C/MSL_Common_Embedded \ asm/MSL_C/MSL_Common_Embedded/Math asm/MSL_C/PPC_EABI asm/Runtime \ asm/MetroTRK asm/GameSpy asm/nw4r/ut asm/nw4r/snd asm/nw4r/ut/detail \ asm/nw4r/snd/detail asm/nw4r/math asm/nw4r/lyt asm/nw4r/lyt/detail |
