URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [mw/] [src/] [fonts/] [convfnt.mak] - Rev 1765
Compare with Previous | Blame | View Log
#
# 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>