Home | History | Annotate | Line # | Download | only in pbsdboot
pbsdboot.config revision 1.10
      1 #!/bin/sh
      2 # $NetBSD: pbsdboot.config,v 1.10 2001/01/04 06:01:43 takemura 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='
     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 '
     31 CPPDEF_LIST='
     32 	_STANDALONE
     33 	__STDC__
     34 	__signed=signed
     35 	LIBSA_RENAME_PRINTF
     36 	__COMPILER_INT64__=__int64
     37 '
     38 INCDIR_LIST='
     39 	.
     40 	../../../../sys
     41 	../../../..
     42 	../include
     43 '
     44 LIBDEP_LIST='
     45 	libsa
     46 	libz
     47 '
     48 LIBRARY_LIST=''
     49 
     50 cd `dirname $0`
     51 . ../dspgen/do_subst.sh
     52