mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Makefile: clean OTRExporter/libultraship/ZAPDTR with distclean and fix CXX_FILES
This commit is contained in:
parent
04f1326ba2
commit
e5d090174b
3 changed files with 16 additions and 9 deletions
7
soh/.gitignore
vendored
7
soh/.gitignore
vendored
|
@ -283,7 +283,7 @@ ClientBin/
|
|||
*.publishsettings
|
||||
orleans.codegen.cs
|
||||
|
||||
# Including strong name files can present a security risk
|
||||
# Including strong name files can present a security risk
|
||||
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
|
||||
#*.snk
|
||||
|
||||
|
@ -379,7 +379,7 @@ __pycache__/
|
|||
# OpenCover UI analysis results
|
||||
OpenCover/
|
||||
|
||||
# Azure Stream Analytics local run output
|
||||
# Azure Stream Analytics local run output
|
||||
ASALocalRun/
|
||||
|
||||
# MSBuild Binary and Structured Log
|
||||
|
@ -388,7 +388,7 @@ ASALocalRun/
|
|||
# NVidia Nsight GPU debugger configuration file
|
||||
*.nvuser
|
||||
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
# MFractors (Xamarin productivity tool) working folder
|
||||
.mfractor/
|
||||
|
||||
*.out
|
||||
|
@ -401,6 +401,7 @@ ZAPDUtils/ZAPDUtils.a
|
|||
build/
|
||||
ZAPDUtils/build/
|
||||
ZAPD/BuildInfo.h
|
||||
cvars.cfg
|
||||
|
||||
DebugObj/*
|
||||
ReleaseObj/*
|
17
soh/Makefile
17
soh/Makefile
|
@ -94,14 +94,16 @@ TEXTURE_FILES_OUT := $(foreach f,$(TEXTURE_FILES_PNG:.png=.inc.c),build/$f) \
|
|||
|
||||
CXX_FILES := \
|
||||
soh/Enhancements/debugconsole.cpp \
|
||||
soh/GbiWrap.cpp \
|
||||
soh/OTRGlobals.cpp \
|
||||
soh/z_message_OTR.cpp \
|
||||
soh/z_play_otr.cpp \
|
||||
soh/z_scene_otr.cpp \
|
||||
soh/Enhancements/debugger/colViewer.cpp \
|
||||
soh/Enhancements/debugger/debugger.cpp \
|
||||
soh/Enhancements/debugger/debugSaveEditor.cpp \
|
||||
soh/util.cpp
|
||||
soh/Enhancements/debugger/ImGuiHelpers.cpp \
|
||||
soh/GbiWrap.cpp \
|
||||
soh/OTRGlobals.cpp \
|
||||
soh/util.cpp \
|
||||
soh/z_message_OTR.cpp \
|
||||
soh/z_play_otr.cpp \
|
||||
soh/z_scene_otr.cpp
|
||||
|
||||
C_FILES := \
|
||||
soh/Enhancements/bootcommands.c \
|
||||
|
@ -823,6 +825,9 @@ mpq:
|
|||
|
||||
distclean: clean
|
||||
$(RM) -r baserom/
|
||||
$(MAKE) clean -C ../libultraship
|
||||
$(MAKE) clean -C ../OTRExporter/OTRExporter
|
||||
$(MAKE) clean -C ../ZAPDTR
|
||||
|
||||
clean:
|
||||
rm -rf build $(TARGET)
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
|
||||
extern "C" {
|
||||
#include <z64.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue