mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
examples: Add warnings to BlocksDS makefiles
This commit is contained in:
parent
c037b79af4
commit
55a53a91dc
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1 +1,4 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
NITROFSDIR := nitrofiles
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
NITROFSDIR := nitrofiles
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
NITROFSDIR := nitrofiles
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
NITROFSDIR := nitrofiles
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
DEFINES := -DNE_DEBUG
|
||||
LIBS := -lNE_debug -lnds9 -lc
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
GFXDIRS := graphics
|
||||
|
||||
|
@ -1 +1,4 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
GFXDIRS := graphics
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
@ -1,3 +1,6 @@
|
||||
# This is a minimal makefile only used for the examples. If you want a makefile
|
||||
# for your project, take one from the templates inside examples/templates.
|
||||
|
||||
BINDIRS := data
|
||||
|
||||
include ../../Makefile.example.blocksds
|
||||
|
Loading…
Reference in New Issue
Block a user