Changeset 2 in vital-to8-sdk
- Timestamp:
- 01/19/19 00:41:02 (6 years ago)
- Location:
- gfx-tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gfx-tools/Makefile
r1 r2 1 1 CC=gcc 2 CFLAGS= -std=c99 -W -Wall -pedantic -D_GNU_SOURCE -DALLEGRO_STATICLINK 2 CFLAGS= -std=c99 -W -Wall -pedantic -D_GNU_SOURCE -DALLEGRO_STATICLINK -g 3 3 LIBS = -L/usr/lib -Wl,-Bsymbolic-functions -lalleg 4 4 -
gfx-tools/tga2teo2.c
r1 r2 1 1 #include <allegro.h> 2 2 3 #include "stdio.h" 4 #include "stdlib.h" 5 #include "math.h" 3 #include <stdio.h> 4 #include <stdlib.h> 5 #include <math.h> 6 #include <libgen.h> 6 7 7 8 /*
Note: See TracChangeset
for help on using the changeset viewer.