URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [src/] [fonts/] [convfnt.mak] - Rev 365
Go to most recent revision | 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>
Go to most recent revision | Compare with Previous | Blame | View Log