NetBSD/sys/arch/hpcmips/stand/pbsdboot/pbsdboot.config

17 lines
525 B
Plaintext
Raw Normal View History

#!/bin/sh
2000-02-03 06:20:33 +03:00
# $NetBSD: pbsdboot.config,v 1.2 2000/02/03 03:20:33 cgd Exp $
# config file/script to generate project file (.dsp) for pbsdboot
TYPE=application_WCE_MIPS
NAME='pbsdboot'
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'
2000-02-03 06:20:33 +03:00
CPPDEF_LIST='_STANDALONE __STDC__'
INCDIR_LIST='. ../include ../../../..'
LIBDEP_LIST='libsa'
LIBRARY_LIST=''
cd `dirname $0`
. ../dspgen/do_subst.sh