0xtob / nitrotracker

A Fasttracker II style tracker for the Nintendo DS
94 stars 13 forks source link

Use TOPDIR intead of PWD in arm9/Makefile when including tobkit libraries #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
line 60 in arm9/Makefile:
LIBDIRS := $(LIBDSMI) $(LIBNTXM) $(PWD)/tobkit $(LIBNDS)
change it to:
LIBDIRS := $(LIBDSMI) $(LIBNTXM) $(TOPDIR)/tobkit $(LIBNDS)

on some operating systems / configurations (mainly on Windows) it will not
include the correct directory thus resulting in compilation error.

Original issue reported on code.google.com by matix2...@gmail.com on 27 Apr 2010 at 5:19

GoogleCodeExporter commented 9 years ago
Thanks, fixed!

Original comment by wey...@gmail.com on 22 Nov 2010 at 4:57