#!/bin/sh
# $NetBSD: pbsdboot.config,v 1.12 2001/04/15 10:10:44 takemura Exp $

# config file/script to generate project file (.dsp) for pbsdboot

TYPE=application_WCE_MIPS

NAME='pbsdboot'
SRCFILE_LIST='
       disptest.c
       elf.c
       hpccmap.c
       layout.c
       main.c
       mips.c
       palette.c
       pbsdboot.c
       platid.c
       platid_mask.c
       platid_name.c
       preference.c
       print.c
       res/pbsd.bmp
       res/pbsd.ico
       res/pbsdboot.rc
       systeminfo.c
       tx39xx.c
       vmem.c
       vr41xx.c
'
CPPDEF_LIST='
       _STANDALONE
       __STDC__
       __signed=signed
       LIBSA_RENAME_PRINTF
       __COMPILER_INT64__=__int64
       __COMPILER_UINT64__="unsigned#__int64"
'
INCDIR_LIST='
       .
       ../../../../sys
       ../../../..
       ../include
'
LIBDEP_LIST='
       libsa
       libz
'
LIBRARY_LIST=''