annotate TOOLS/bmovl-test/Makefile @ 13475:7cd5c542b1b2

Look for SDL includes in /usr/include as well, use cc instead of gcc.
author diego
date Sun, 26 Sep 2004 12:59:18 +0000
parents ac161720f4f0
children bb8835f8be72
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7856
ac161720f4f0 sample client for -vop bmovl -- loads and alphablend any PNG file
arpi
parents:
diff changeset
1 bmovl-test: bmovl-test.c
13475
7cd5c542b1b2 Look for SDL includes in /usr/include as well, use cc instead of gcc.
diego
parents: 7856
diff changeset
2 cc -O3 -I/usr/local/include/SDL -I/usr/include/SDL -L/usr/local/lib -lSDL_image -o bmovl-test bmovl-test.c