view packages/services/gfx/mw/current/src/fonts/convfnt.mak @ 1777:c16341b1bac6 default tip

* Added execute permissions to files missed in conversion from CVS
author alexs
date Mon, 12 Oct 2009 02:26:09 +0100
parents e0c0827131d1
children
line wrap: on
line source

#
# TEST2 makefile for Windows (SCROLLCREDITS)
#
MODEL=M
CFLAGS=-DSTRICT -W3
LFLAGS32=/map:convfnt.map
OBJS=convfnt.obj
WINPROG=convfnt
xLIBS32=fwiniow.lib futilw.lib jpeg\fjpgw.lib

all: $(WINPROG).exe

include <stddefs.mak>