1 #!/bin/sh 2 # $NetBSD: pbsdboot.config,v 1.2 2000/02/03 03:20:33 cgd Exp $ 3 4 # config file/script to generate project file (.dsp) for pbsdboot 5 6 TYPE=application_WCE_MIPS 7 8 NAME='pbsdboot' 9 SRCFILE_LIST='disptest.c elf.c layout.c main.c mips.c pbsdboot.c res\pbsdboot.rc platid.c platid_mask.c preference.c print.c systeminfo.c tx39xx.c vmem.c vr41xx.c res\pbsd.bmp res\pbsd.ico' 10 CPPDEF_LIST='_STANDALONE __STDC__' 11 INCDIR_LIST='. ../include ../../../..' 12 LIBDEP_LIST='libsa' 13 LIBRARY_LIST='' 14 15 cd `dirname $0` 16 . ../dspgen/do_subst.sh 17