1#!/bin/sh 2# $NetBSD: pbsdboot.config,v 1.12 2001/04/15 10:10:44 takemura Exp $ 3 4# config file/script to generate project file (.dsp) for pbsdboot 5 6TYPE=application_WCE_MIPS 7 8NAME='pbsdboot' 9SRCFILE_LIST=' 10 disptest.c 11 elf.c 12 hpccmap.c 13 layout.c 14 main.c 15 mips.c 16 palette.c 17 pbsdboot.c 18 platid.c 19 platid_mask.c 20 platid_name.c 21 preference.c 22 print.c 23 res/pbsd.bmp 24 res/pbsd.ico 25 res/pbsdboot.rc 26 systeminfo.c 27 tx39xx.c 28 vmem.c 29 vr41xx.c 30' 31CPPDEF_LIST=' 32 _STANDALONE 33 __STDC__ 34 __signed=signed 35 LIBSA_RENAME_PRINTF 36 __COMPILER_INT64__=__int64 37 __COMPILER_UINT64__="unsigned#__int64" 38' 39INCDIR_LIST=' 40 . 41 ../../../../sys 42 ../../../.. 43 ../include 44' 45LIBDEP_LIST=' 46 libsa 47 libz 48' 49LIBRARY_LIST='' 50