comparison test/Makefile.in @ 3132:88861448961f gsoc2009_IME

Add SDL_TEXTEDTING event to inform application about marked text.
author Jiang Jiang <gzjjgod@gmail.com>
date Wed, 01 Jul 2009 07:33:58 +0000
parents 009bd8f81947
children
comparison
equal deleted inserted replaced
3131:009bd8f81947 3132:88861448961f
145 145
146 testmmousetablet$(EXE): $(srcdir)/testmmousetablet.c 146 testmmousetablet$(EXE): $(srcdir)/testmmousetablet.c
147 $(CC) -o $@ $? $(CFLAGS) $(LIBS) 147 $(CC) -o $@ $? $(CFLAGS) $(LIBS)
148 148
149 testime$(EXE): $(srcdir)/testime.c 149 testime$(EXE): $(srcdir)/testime.c
150 $(CC) -o $@ $? $(CFLAGS) -L../build/.libs $(LIBS) -lSDL_ttf 150 $(CC) -o $@ $? -I../include $(CFLAGS) -L../build/.libs $(LIBS) -lSDL_ttf
151 install_name_tool -change /usr/local/lib/libSDL-1.3.0.dylib ../build/.libs/libSDL-1.3.0.dylib $@
151 152
152 clean: 153 clean:
153 rm -f $(TARGETS) 154 rm -f $(TARGETS)
154 155
155 distclean: clean 156 distclean: clean