Changeset 2318 for pwntcha/trunk/src/phpbb
- Timestamp:
- Apr 26, 2008, 10:41:43 AM (14 years ago)
- Location:
- pwntcha/trunk/src/phpbb
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/phpbb/Makefile.am
r2317 r2318 1 2 DECODER = phpbb 1 3 2 4 noinst_LIBRARIES = libdecoder.a 3 5 4 6 libdecoder_a_SOURCES = decoder.c 5 libdecoder_a_CPPFLAGS = -I$(srcdir)/.. 7 libdecoder_a_CPPFLAGS = -I$(srcdir)/.. -DDECODER=\"$(DECODER)\" 6 8 9 EXTRA_DIST = font.png 10 -
pwntcha/trunk/src/phpbb/decoder.c
r2317 r2318 32 32 if(!font) 33 33 { 34 font = font_load_fixed( "font_phpbb.png",34 font = font_load_fixed(DECODER, "font.png", 35 35 "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789"); 36 36 if(!font)
Note: See TracChangeset
for help on using the changeset viewer.