summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-07 09:53:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-07 09:53:12 -0600
commite76e0f2b89563a5745ad3302e9ee6a12aec12951 (patch)
treed36b523c6d92251e541706417965fa589919eeb0 /apps/graphics/traveler/Makefile
parentc8b6cd351a83c6db41c884c4d9eeb1e0cc860690 (diff)
downloadnuttx-e76e0f2b89563a5745ad3302e9ee6a12aec12951.tar.gz
nuttx-e76e0f2b89563a5745ad3302e9ee6a12aec12951.tar.bz2
nuttx-e76e0f2b89563a5745ad3302e9ee6a12aec12951.zip
Add logic to load texture images from a graphic file
Diffstat (limited to 'apps/graphics/traveler/Makefile')
-rw-r--r--apps/graphics/traveler/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/graphics/traveler/Makefile b/apps/graphics/traveler/Makefile
index 457a8b9e6..7f0b731e1 100644
--- a/apps/graphics/traveler/Makefile
+++ b/apps/graphics/traveler/Makefile
@@ -47,10 +47,10 @@ STACKSIZE = 2048
ASRCS =
CSRCS = trv_bitmapfile.c trv_bitmaps.c trv_color.c trv_createworld.c
-CSRCS += trv_doors.c trv_fsutils.c trv_graphics.c trv_input.c trv_mem.c
-CSRCS += trv_planefiles.c trv_planelists.c trv_pov.c trv_rayavoid.c
-CSRCS += trv_raycast.c trv_raycntl.c trv_rayprune.c trv_rayrend.c
-CSRCS += trv_texturefile.c trv_trigtbl.c
+CSRCS += trv_doors.c trv_fsutils.c trv_graphicfile.c trv_graphics.c
+CSRCS += trv_input.c trv_mem.c trv_pcx.c trv_planefiles.c trv_planelists.c
+CSRCS += trv_pov.c trv_rayavoid.c trv_raycast.c trv_raycntl.c
+CSRCS += trv_rayprune.c trv_rayrend.c trv_texturefile.c trv_trigtbl.c
MAINSRC = trv_main.c
ifeq ($(CONFIG_NX),y)