Skip to content

Commit

Permalink
- Use packaged gxtexconv.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Apr 16, 2024
1 parent 6a06ad9 commit 94b9e81
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo sed -i '/^\[dkp-libs\]$/,$d' /opt/devkitpro/pacman/etc/pacman.conf
sudo echo -e '[extremscorner-devkitpro]\nServer = https://packages.extremscorner.org/devkitpro/linux/$arch' >> /opt/devkitpro/pacman/etc/pacman.conf
sudo dkp-pacman -Sy
sudo dkp-pacman -S --noconfirm --ask 4 libogc2-git ppc-libmad ppc-libpsoarchive ppc-libxxhash ppc-zlib-ng-compat
sudo dkp-pacman -S --noconfirm --ask 4 gamecube-tools-git libogc2-git ppc-libmad ppc-libpsoarchive ppc-libxxhash ppc-zlib-ng-compat
- name: Checkout Swiss
uses: actions/checkout@main
Expand Down
Binary file removed buildtools/gxtexconv
Binary file not shown.
Binary file removed buildtools/gxtexconv.exe
Binary file not shown.
14 changes: 0 additions & 14 deletions cube/swiss/Makefile
Expand Up @@ -9,14 +9,6 @@ endif

include $(DEVKITPRO)/libogc2/gamecube_rules

BUILDTOOLS := $(shell git rev-parse --show-toplevel)/buildtools

ifeq ($(OS),Windows_NT)
GXTEXCONV := $(BUILDTOOLS)/gxtexconv.exe
else
GXTEXCONV := $(BUILDTOOLS)/gxtexconv
endif

#---------------------------------------------------------------------------------
# TARGET is the name of the output
# BUILD is the directory where object files & intermediate files will be placed
Expand Down Expand Up @@ -172,12 +164,6 @@ $(OFILES_SOURCES) : $(HFILES)
$(SILENTMSG) $(notdir $<)
$(bin2o)

#---------------------------------------------------------------------------------
%.tpl : %.scf
#---------------------------------------------------------------------------------
$(SILENTMSG) $(notdir $<)
$(SILENTCMD)$(GXTEXCONV) -s $< -d $(DEPSDIR)/$*.d -o $@

-include $(DEPENDS)

#---------------------------------------------------------------------------------
Expand Down

0 comments on commit 94b9e81

Please sign in to comment.