foist my automatically generated evil upon the world.
This commit is contained in:
parent
ce9a9c483e
commit
5078d19283
|
@ -0,0 +1,44 @@
|
|||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "libsa"=.\libsa\libsa.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "pbsdboot"=.\pbsdboot\pbsdboot.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name libsa
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Global:
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<3>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
|
@ -1,28 +1,28 @@
|
|||
# Microsoft Developer Studio Project File - Name="libsa" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 5.00
|
||||
# ** 編集しないでください **
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (WCE MIPS) Static Library" 0x0a04
|
||||
|
||||
CFG=libsa - Win32 (WCE MIPS) Debug
|
||||
!MESSAGE これは有効なメイクファイルではありません。 このプロジェクトをビルドするためには NMAKE を使用してください。
|
||||
!MESSAGE [メイクファイルのエクスポート] コマンドを使用して実行してください
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "libsa.mak".
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE の実行時に構成を指定できます
|
||||
!MESSAGE コマンド ライン上でマクロの設定を定義します。例:
|
||||
!MESSAGE You can specify a configuration when running NMAKE
|
||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "libsa.mak" CFG="libsa - Win32 (WCE MIPS) Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE 選択可能なビルド モード:
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "libsa - Win32 (WCE MIPS) Release" ("Win32 (WCE MIPS) Static Library"\
|
||||
用)
|
||||
!MESSAGE "libsa - Win32 (WCE MIPS) Debug" ("Win32 (WCE MIPS) Static Library" 用)
|
||||
!MESSAGE "libsa - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Static Library")
|
||||
!MESSAGE "libsa - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Static Library")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
# PROP AllowPerConfigDependencies 0
|
||||
# PROP Scc_ProjName ""
|
||||
# PROP Scc_LocalPath ""
|
||||
# PROP WCE_Configuration "H/PC Ver. 2.00"
|
||||
|
@ -41,7 +41,8 @@ CPP=clmips.exe
|
|||
# PROP Intermediate_Dir "WMIPSRel"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /ML /W3 /O2 /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /YX /QMRWCE /c
|
||||
# ADD CPP /nologo /ML /W3 /O2 /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /YX /QMRWCE /c
|
||||
# ADD CPP /nologo /ML /W3 /O2 /I "." /I "../include" /I "../../../.." /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_STANDALONE" /QMRWCE /c
|
||||
# SUBTRACT CPP /YX
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /NOLOGO
|
||||
# ADD BSC32 /NOLOGO
|
||||
|
@ -62,7 +63,7 @@ LIB32=link.exe -lib
|
|||
# PROP Intermediate_Dir "WMIPSDbg"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MLd /W3 /Zi /Od /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /YX /QMRWCE /c
|
||||
# ADD CPP /nologo /MLd /W3 /Zi /Od /I "." /I "../include" /I "../../../.." /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /QMRWCE /c
|
||||
# ADD CPP /nologo /MLd /W3 /Zi /Od /I "." /I "../include" /I "../../../.." /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_STANDALONE" /QMRWCE /c
|
||||
# SUBTRACT CPP /YX
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /NOLOGO
|
||||
|
@ -80,725 +81,58 @@ LIB32=link.exe -lib
|
|||
# Begin Source File
|
||||
|
||||
SOURCE=.\alloc.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_ALLOC=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
".\stand.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\bcopy.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_BCOPY=\
|
||||
"..\..\..\..\lib\libsa\bcopy.c"\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\close.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_CLOSE=\
|
||||
"..\..\..\..\lib\libsa\close.c"\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\devopen.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_DEVOP=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\lib\libsa\ufs.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
".\stand.h"\
|
||||
".\winblk.h"\
|
||||
".\winfs.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\dkcksum.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_DKCKS=\
|
||||
"..\..\..\..\lib\libsa\dkcksum.c"\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\disklabel.h"\
|
||||
"..\..\..\..\sys\dkbad.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\inttypes.h"\
|
||||
"..\..\..\..\sys\param.h"\
|
||||
"..\..\..\..\sys\resource.h"\
|
||||
"..\..\..\..\sys\signal.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\syslimits.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\..\sys\ucred.h"\
|
||||
"..\..\..\..\sys\uio.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\..\mips\include\limits.h"\
|
||||
"..\..\..\mips\include\mips_param.h"\
|
||||
"..\..\..\mips\include\signal.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\disklabel.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\intr.h"\
|
||||
"..\..\include\limits.h"\
|
||||
"..\..\include\param.h"\
|
||||
"..\..\include\signal.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\disklabel.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\intr.h"\
|
||||
"..\include\machine\limits.h"\
|
||||
"..\include\machine\param.h"\
|
||||
"..\include\machine\signal.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\limits.h"\
|
||||
"..\include\mips\mips_param.h"\
|
||||
"..\include\mips\signal.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
NODEP_CPP_DKCKS=\
|
||||
"..\..\include\opt_gateway.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\lseek.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_LSEEK=\
|
||||
"..\..\..\..\lib\libsa\lseek.c"\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\open.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_OPEN_=\
|
||||
"..\..\..\..\lib\libsa\open.c"\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\printf.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_PRINT=\
|
||||
"..\..\..\..\lib\libsa\printf.c"\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\stdarg.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\read.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_READ_=\
|
||||
"..\..\..\..\lib\libsa\read.c"\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\inttypes.h"\
|
||||
"..\..\..\..\sys\param.h"\
|
||||
"..\..\..\..\sys\resource.h"\
|
||||
"..\..\..\..\sys\signal.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\syslimits.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\..\sys\ucred.h"\
|
||||
"..\..\..\..\sys\uio.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\..\mips\include\limits.h"\
|
||||
"..\..\..\mips\include\mips_param.h"\
|
||||
"..\..\..\mips\include\signal.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\intr.h"\
|
||||
"..\..\include\limits.h"\
|
||||
"..\..\include\param.h"\
|
||||
"..\..\include\signal.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\intr.h"\
|
||||
"..\include\machine\limits.h"\
|
||||
"..\include\machine\param.h"\
|
||||
"..\include\machine\signal.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\limits.h"\
|
||||
"..\include\mips\mips_param.h"\
|
||||
"..\include\mips\signal.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
NODEP_CPP_READ_=\
|
||||
"..\..\include\opt_gateway.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\subr_prf.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_SUBR_=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\lib\libsa\subr_prf.c"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\stdarg.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\twiddle.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_TWIDD=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\lib\libsa\twiddle.c"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ufs.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_UFS_C=\
|
||||
"..\..\..\..\lib\libkern\libkern.h"\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\lib\libsa\ufs.c"\
|
||||
"..\..\..\..\lib\libsa\ufs.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\inttypes.h"\
|
||||
"..\..\..\..\sys\param.h"\
|
||||
"..\..\..\..\sys\resource.h"\
|
||||
"..\..\..\..\sys\signal.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\syslimits.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\..\sys\ucred.h"\
|
||||
"..\..\..\..\sys\uio.h"\
|
||||
"..\..\..\..\ufs\ffs\fs.h"\
|
||||
"..\..\..\..\ufs\ufs\dinode.h"\
|
||||
"..\..\..\..\ufs\ufs\dir.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\..\mips\include\limits.h"\
|
||||
"..\..\..\mips\include\mips_param.h"\
|
||||
"..\..\..\mips\include\signal.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\intr.h"\
|
||||
"..\..\include\limits.h"\
|
||||
"..\..\include\param.h"\
|
||||
"..\..\include\signal.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\intr.h"\
|
||||
"..\include\machine\limits.h"\
|
||||
"..\include\machine\param.h"\
|
||||
"..\include\machine\signal.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\limits.h"\
|
||||
"..\include\mips\mips_param.h"\
|
||||
"..\include\mips\signal.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
|
||||
NODEP_CPP_UFS_C=\
|
||||
"..\..\include\opt_gateway.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\winblk.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_WINBL=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\disklabel.h"\
|
||||
"..\..\..\..\sys\dkbad.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\disklabel.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\disklabel.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
".\stand.h"\
|
||||
".\winblk.h"\
|
||||
{$(INCLUDE)}"diskio.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\winfs.c
|
||||
|
||||
!IF "$(CFG)" == "libsa - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libsa - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_WINFS=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
".\compat.h"\
|
||||
".\stand.h"\
|
||||
".\winfs.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
# Microsoft Developer Studio Project File - Name="pbsdboot" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 5.00
|
||||
# ** 編集しないでください **
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (WCE MIPS) Application" 0x0a01
|
||||
|
||||
CFG=pbsdboot - Win32 (WCE MIPS) Debug
|
||||
!MESSAGE これは有効なメイクファイルではありません。 このプロジェクトをビルドするためには NMAKE を使用してください。
|
||||
!MESSAGE [メイクファイルのエクスポート] コマンドを使用して実行してください
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "pbsdboot.mak".
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE の実行時に構成を指定できます
|
||||
!MESSAGE コマンド ライン上でマクロの設定を定義します。例:
|
||||
!MESSAGE You can specify a configuration when running NMAKE
|
||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "pbsdboot.mak" CFG="pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE 選択可能なビルド モード:
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "pbsdboot - Win32 (WCE MIPS) Release" ("Win32 (WCE MIPS) Application"\
|
||||
用)
|
||||
!MESSAGE "pbsdboot - Win32 (WCE MIPS) Debug" ("Win32 (WCE MIPS) Application" 用)
|
||||
!MESSAGE "pbsdboot - Win32 (WCE MIPS) Release" (based on "Win32 (WCE MIPS) Application")
|
||||
!MESSAGE "pbsdboot - Win32 (WCE MIPS) Debug" (based on "Win32 (WCE MIPS) Application")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
# PROP AllowPerConfigDependencies 0
|
||||
# PROP Scc_ProjName ""
|
||||
# PROP Scc_LocalPath ""
|
||||
# PROP WCE_Configuration "H/PC Ver. 2.00"
|
||||
|
@ -43,7 +43,8 @@ RSC=rc.exe
|
|||
# PROP Intermediate_Dir "WMIPSRel"
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MT /W3 /O2 /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /Yu"stdafx.h" /QMRWCE /c
|
||||
# ADD CPP /nologo /MT /W3 /O2 /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /Yu"stdafx.h" /QMRWCE /c
|
||||
# ADD CPP /nologo /MT /W3 /O2 /I "." /I "../include" /I "../../../.." /I "..\libsa" /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "NDEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_STANDALONE" /QMRWCE /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE RSC /l 0x411 /r /d "MIPS" /d "_MIPS_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "NDEBUG"
|
||||
# ADD RSC /l 0x411 /r /d "MIPS" /d "_MIPS_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "NDEBUG"
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
|
||||
|
@ -54,7 +55,7 @@ BSC32=bscmake.exe
|
|||
LINK32=link.exe
|
||||
# ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /machine:MIPS /subsystem:$(CESubsystem)
|
||||
# SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
|
||||
# ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /machine:MIPS /subsystem:$(CESubsystem)
|
||||
# ADD LINK32 commctrl.lib coredll.lib winsock.lib libsa.lib /nologo /incremental:no /machine:MIPS /subsystem:$(CESubsystem) /libpath:"..\libsa\WMIPSRel"
|
||||
# SUBTRACT LINK32 /pdb:none /nodefaultlib
|
||||
PFILE=pfile.exe
|
||||
# ADD BASE PFILE COPY
|
||||
|
@ -74,7 +75,7 @@ PFILE=pfile.exe
|
|||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MTd /W3 /Zi /Od /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /Yu"stdafx.h" /QMRWCE /c
|
||||
# ADD CPP /nologo /MLd /W3 /Zi /Od /I "." /I "../libsa" /I "../include" /I "../../../.." /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /QMRWCE /c
|
||||
# ADD CPP /nologo /MLd /W3 /Zi /Od /I "." /I "../include" /I "../../../.." /I "..\libsa" /D _WIN32_WCE=$(CEVersion) /D "$(CEConfigName)" /D "DEBUG" /D "MIPS" /D "_MIPS_" /D UNDER_CE=$(CEVersion) /D "UNICODE" /D "_STANDALONE" /QMRWCE /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE RSC /l 0x411 /r /d "MIPS" /d "_MIPS_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "DEBUG"
|
||||
# ADD RSC /l 0x411 /r /d "MIPS" /d "_MIPS_" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "$(CEConfigName)" /d "UNICODE" /d "DEBUG"
|
||||
|
@ -86,7 +87,7 @@ BSC32=bscmake.exe
|
|||
LINK32=link.exe
|
||||
# ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /debug /machine:MIPS /subsystem:$(CESubsystem)
|
||||
# SUBTRACT BASE LINK32 /pdb:none /nodefaultlib
|
||||
# ADD LINK32 commctrl.lib coredll.lib libsa.lib winsock.lib /nologo /incremental:no /debug /machine:MIPS /libpath:"../libsa/WMIPSDbg" /subsystem:$(CESubsystem)
|
||||
# ADD LINK32 commctrl.lib coredll.lib winsock.lib libsa.lib /nologo /incremental:no /debug /machine:MIPS /subsystem:$(CESubsystem) /libpath:"..\libsa\WMIPSDbg"
|
||||
# SUBTRACT LINK32 /verbose /profile /pdb:none /map /nodefaultlib
|
||||
PFILE=pfile.exe
|
||||
# ADD BASE PFILE COPY
|
||||
|
@ -98,716 +99,66 @@ PFILE=pfile.exe
|
|||
|
||||
# Name "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
# Name "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
# Begin Group "Source Files"
|
||||
|
||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\disptest.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_DISPT=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\elf.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_ELF_C=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\exec_elf.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\elf_machdep.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\elf_machdep.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\elf_machdep.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\elf_machdep.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
NODEP_CPP_ELF_C=\
|
||||
"..\..\..\..\sys\opt_execfmt.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\layout.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_LAYOU=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\main.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_MAIN_=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\mips.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_MIPS_=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\pbsdboot.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_PBSDB=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\res\pbsdboot.rc
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\platid.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_PLATI=\
|
||||
"..\..\..\..\lib\libkern\libkern.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\systm.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\hpcmips\platid.c"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\platid_mask.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_PLATID=\
|
||||
"..\..\hpcmips\platid_mask.c"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\libsa\compat.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\preference.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_PREFE=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\print.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_PRINT=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\systeminfo.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_SYSTE=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\..\include\platid_mask.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\platid_mask.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\tx39xx.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_TX39X=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\vmem.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_VMEM_=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\vr41xx.c
|
||||
|
||||
!IF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "pbsdboot - Win32 (WCE MIPS) Debug"
|
||||
|
||||
DEP_CPP_VR41X=\
|
||||
"..\..\..\..\lib\libsa\saerrno.h"\
|
||||
"..\..\..\..\lib\libsa\saioctl.h"\
|
||||
"..\..\..\..\lib\libsa\stand.h"\
|
||||
"..\..\..\..\sys\bswap.h"\
|
||||
"..\..\..\..\sys\cdefs.h"\
|
||||
"..\..\..\..\sys\cdefs_aout.h"\
|
||||
"..\..\..\..\sys\cdefs_elf.h"\
|
||||
"..\..\..\..\sys\endian.h"\
|
||||
"..\..\..\..\sys\errno.h"\
|
||||
"..\..\..\..\sys\featuretest.h"\
|
||||
"..\..\..\..\sys\stat.h"\
|
||||
"..\..\..\..\sys\time.h"\
|
||||
"..\..\..\..\sys\types.h"\
|
||||
"..\..\..\mips\include\ansi.h"\
|
||||
"..\..\..\mips\include\bswap.h"\
|
||||
"..\..\..\mips\include\cdefs.h"\
|
||||
"..\..\..\mips\include\endian.h"\
|
||||
"..\..\include\ansi.h"\
|
||||
"..\..\include\bootinfo.h"\
|
||||
"..\..\include\cdefs.h"\
|
||||
"..\..\include\endian.h"\
|
||||
"..\..\include\platid.h"\
|
||||
"..\..\include\platid_generated.h"\
|
||||
"..\include\machine\ansi.h"\
|
||||
"..\include\machine\bootinfo.h"\
|
||||
"..\include\machine\bswap.h"\
|
||||
"..\include\machine\cdefs.h"\
|
||||
"..\include\machine\endian.h"\
|
||||
"..\include\machine\platid.h"\
|
||||
"..\include\machine\types.h"\
|
||||
"..\include\mips\ansi.h"\
|
||||
"..\include\mips\cdefs.h"\
|
||||
"..\include\mips\endian.h"\
|
||||
"..\include\mips\types.h"\
|
||||
"..\libsa\compat.h"\
|
||||
"..\libsa\stand.h"\
|
||||
".\pbsdboot.h"\
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
|
||||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\bootinfo.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "Resource Files"
|
||||
|
||||
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\res\pbsd.bmp
|
||||
|
@ -816,6 +167,5 @@ SOURCE=.\res\pbsd.bmp
|
|||
|
||||
SOURCE=.\res\pbsd.ico
|
||||
# End Source File
|
||||
# End Group
|
||||
# End Target
|
||||
# End Project
|
||||
|
|
Loading…
Reference in New Issue