1 1.1 cgd #!/bin/sh 2 1.1 cgd # $NetBSD: pbsdboot.config,v 1.1 2000/01/12 02:33:56 cgd Exp $ 3 1.1 cgd 4 1.1 cgd # config file/script to generate project file (.dsp) for pbsdboot 5 1.1 cgd 6 1.1 cgd TYPE=application_WCE_MIPS 7 1.1 cgd 8 1.1 cgd NAME='pbsdboot' 9 1.1 cgd 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 1.1 cgd CPPDEF_LIST='_STANDALONE' 11 1.1 cgd INCDIR_LIST='. ../include ../../../..' 12 1.1 cgd LIBDEP_LIST='libsa' 13 1.1 cgd LIBRARY_LIST='' 14 1.1 cgd 15 1.1 cgd cd `dirname $0` 16 1.1 cgd . ../dspgen/do_subst.sh 17