diff --git a/Makefile b/Makefile index 48d8746..122005f 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,6 @@ ifeq ($(strip $(DEVKITPRO)),) $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=devkitPRO") endif export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH) -export LIBOGC_INC := $(DEVKITPRO)/libogc/include -export LIBOGC_LIB := $(DEVKITPRO)/libogc/lib/wii export PORTLIBS := $(DEVKITPRO)/portlibs/ppc PREFIX := powerpc-eabi- @@ -129,7 +127,7 @@ export OFILES := $(CPPFILES:.cpp=.o) $(CFILES:.c=.o) \ #--------------------------------------------------------------------------------- export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \ $(foreach dir,$(LIBDIRS),-I$(dir)/include) \ - -I$(CURDIR)/$(BUILD) -I$(LIBOGC_INC) \ + -I$(CURDIR)/$(BUILD) \ -I$(PORTLIBS)/include -I$(PORTLIBS)/include/freetype2\ -I$(PORTLIBS)/include/libutils -I$(PORTLIBS)/include/libgui @@ -137,7 +135,7 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \ # build a list of library paths #--------------------------------------------------------------------------------- export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib) \ - -L$(LIBOGC_LIB) -L$(PORTLIBS)/lib + -L$(PORTLIBS)/lib export OUTPUT := $(CURDIR)/$(TARGET) .PHONY: $(BUILD) clean install diff --git a/gettext-bin/libexpat.dll b/gettext-bin/libexpat.dll new file mode 100644 index 0000000..13bc7ee Binary files /dev/null and b/gettext-bin/libexpat.dll differ diff --git a/gettext-bin/libgettextlib.dll b/gettext-bin/libgettextlib.dll new file mode 100644 index 0000000..6bc7525 Binary files /dev/null and b/gettext-bin/libgettextlib.dll differ diff --git a/gettext-bin/libgettextpo.dll b/gettext-bin/libgettextpo.dll new file mode 100644 index 0000000..9a9aa3f Binary files /dev/null and b/gettext-bin/libgettextpo.dll differ diff --git a/gettext-bin/libgettextsrc.dll b/gettext-bin/libgettextsrc.dll new file mode 100644 index 0000000..0d5a593 Binary files /dev/null and b/gettext-bin/libgettextsrc.dll differ diff --git a/gettext-bin/libiconv2.dll b/gettext-bin/libiconv2.dll new file mode 100644 index 0000000..fb1ffba Binary files /dev/null and b/gettext-bin/libiconv2.dll differ diff --git a/gettext-bin/libintl3.dll b/gettext-bin/libintl3.dll new file mode 100644 index 0000000..ec11e6b Binary files /dev/null and b/gettext-bin/libintl3.dll differ diff --git a/gettext-bin/msgmerge.exe b/gettext-bin/msgmerge.exe new file mode 100644 index 0000000..dc5a3ff Binary files /dev/null and b/gettext-bin/msgmerge.exe differ diff --git a/gettext-bin/xgettext.exe b/gettext-bin/xgettext.exe new file mode 100644 index 0000000..590a19b Binary files /dev/null and b/gettext-bin/xgettext.exe differ diff --git a/hidtopad.cbp b/hidtopad.cbp index 1df7e9f..82477c8 100644 --- a/hidtopad.cbp +++ b/hidtopad.cbp @@ -45,7 +45,9 @@ + + @@ -61,62 +63,24 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - @@ -156,6 +120,15 @@ + + + + + + + + +