60f9754d4b
of arch/mips/include/int_types.h, revision 1.4. The version of the binaries are '1.17.3 2001.04.15'
50 lines
687 B
Bash
50 lines
687 B
Bash
#!/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=''
|