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 13
13
export PATH := $(DEVKITPPC ) /bin:$(PATH )
14
14
15
15
export LIBOGC_MAJOR := 2
16
- export LIBOGC_MINOR := 10
16
+ export LIBOGC_MINOR := 11
17
17
export LIBOGC_PATCH := 0
18
18
19
19
include $(DEVKITPPC ) /base_rules
@@ -312,17 +312,7 @@ install: wii cube install-headers
312
312
@mkdir -p $(DESTDIR)$(DEVKITPRO)/libogc
313
313
@cp -frv include $(DESTDIR)$(DEVKITPRO)/libogc
314
314
@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
326
316
327
317
LIBRARIES := $(OGCLIB ) .a $(MODLIB ) .a $(MADLIB ) .a $(DBLIB ) .a \
328
318
$(TINYSMBLIB ) .a $(ASNDLIB ) .a $(AESNDLIB ) .a $(ISOLIB ) .a
You can’t perform that action at this time.
0 commit comments