84 lines
1.2 KiB
Plaintext
84 lines
1.2 KiB
Plaintext
# $NetBSD: hpcboot.config,v 1.2 2001/03/22 18:20:35 uch Exp $
|
|
# config file/script to generate project file (.dsp/.vcp) for hpcboot
|
|
|
|
TYPE=application
|
|
|
|
NAME='hpcboot'
|
|
|
|
# machine independent sources.
|
|
SRCFILE_LIST='
|
|
res/hpcmenu.rc
|
|
machine_config.cpp
|
|
framebuffer.cpp
|
|
hpcboot.cpp
|
|
hpcmenu.cpp
|
|
arch.cpp
|
|
boot.cpp
|
|
console.cpp
|
|
file.cpp
|
|
file_fat.cpp
|
|
file_http.cpp
|
|
file_manager.cpp
|
|
file_ufs.cpp
|
|
load.cpp
|
|
load_elf.cpp
|
|
load_coff.cpp
|
|
memory.cpp
|
|
menu\window.cpp
|
|
menu\tabwindow.cpp
|
|
menu\rootwindow.cpp
|
|
menu\platform.cpp
|
|
menu\platid.c
|
|
menu\platid_mask.c
|
|
menu\platid_name.c
|
|
'
|
|
# machine dependent sources.
|
|
SRCFILE_LIST_ARM='
|
|
arm\arm_arch.cpp
|
|
arm\arm_console.cpp
|
|
arm\arm_boot.cpp
|
|
arm\arm_mmu.cpp
|
|
arm\arm.asm
|
|
'
|
|
SRCFILE_LIST_SH3='
|
|
sh3\sh_arch.cpp
|
|
sh3\sh_console.cpp
|
|
sh3\sh_boot.cpp
|
|
sh3\sh_mmu.cpp
|
|
'
|
|
SRCFILE_LIST_MIPS='
|
|
mips\mips_arch.cpp
|
|
mips\mips_boot.cpp
|
|
mips\mips_vr41.cpp
|
|
mips\mips_tx39.cpp
|
|
'
|
|
CPPDEF_LIST='
|
|
_STANDALONE
|
|
__STDC__
|
|
__signed=signed
|
|
'
|
|
INCDIR_LIST='
|
|
.
|
|
../../../..
|
|
../include
|
|
'
|
|
LIBDEP_LIST='
|
|
libsa
|
|
libz
|
|
'
|
|
|
|
LIBRARY_LIST='
|
|
libsa
|
|
libz
|
|
winsock
|
|
'
|
|
CPPDEF_LIST='
|
|
_STANDALONE
|
|
__STDC__
|
|
__signed=signed
|
|
__INTERNAL_LIBSA_CREAD
|
|
LIBSA_RENAME_PRINTF
|
|
LIBKERN_INLINE=__inline
|
|
__COMPILER_INT64__=__int64
|
|
'
|