File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1313export PATH := $(DEVKITPPC ) /bin:$(PATH )
1414
1515export LIBOGC_MAJOR := 2
16- export LIBOGC_MINOR := 10
16+ export LIBOGC_MINOR := 11
1717export LIBOGC_PATCH := 0
1818
1919include $(DEVKITPPC ) /base_rules
@@ -312,17 +312,7 @@ install: wii cube install-headers
312312 @mkdir -p $(DESTDIR)$(DEVKITPRO)/libogc
313313 @cp -frv include $(DESTDIR)$(DEVKITPRO)/libogc
314314 @cp -frv lib $(DESTDIR)$(DEVKITPRO)/libogc
315- @cp -frv libogc_license.txt $(DESTDIR)$(DEVKITPRO)/libogc
316-
317-
318- # ---------------------------------------------------------------------------------
319- dist : wii cube install-headers
320- # ---------------------------------------------------------------------------------
321- @tar --exclude=*CVS* --exclude=.svn --exclude=wii --exclude=cube --exclude=*deps* \
322- --exclude=*.bz2 --exclude=*include* --exclude=*lib/* --exclude=*docs/*\
323- -cvjf libogc-src-$(VERSTRING).tar.bz2 *
324- @tar -cvjf libogc-$(VERSTRING).tar.bz2 include lib libogc_license.txt
325-
315+ @cp -frv LICENSE $(DESTDIR)$(DEVKITPRO)/libogc
326316
327317LIBRARIES := $(OGCLIB ) .a $(MODLIB ) .a $(MADLIB ) .a $(DBLIB ) .a \
328318 $(TINYSMBLIB ) .a $(ASNDLIB ) .a $(AESNDLIB ) .a $(ISOLIB ) .a
You can’t perform that action at this time.
0 commit comments