www.pudn.com > S2410_eboot.rar > sources


!if 0 
Copyright (c) Microsoft Corporation.  All rights reserved. 
!endif 
!if 0 
Use of this source code is subject to the terms of the Microsoft end-user 
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. 
If you did not accept the terms of the EULA, you are not authorized to use 
this source code. For a copy of the EULA, please see the LICENSE.RTF on your 
install media. 
!endif 
!IF 0 
 
 
Module Name: 
 
    sources. 
 
Abstract: 
 
    This file specifies the target component being built and the list of 
    sources files needed to build that component.  Also specifies optional 
    compiler switches and libraries that are unique for the component being 
    built. 
 
!ENDIF 
 
SYNCHRONIZE_DRAIN=1 
 
TARGETNAME=EBOOT 
TARGETTYPE=PROGRAM 
WINCECPU=1 
TARGETLIBS= 
RELEASETYPE=PLATFORM 
WINCETARGETFILES=$(_RELEASEDIR)\$(TARGETNAME).nb0 
EXEENTRY=StartUp 
EXEBASE=0x80000000 
 
INCLUDES=..\inc;$(_PUBLICROOT)\common\oak\drivers\block\msflashfmd\inc 
#INCLUDES=$(_TARGETPLATROOT)\eboot\inc;$(INCLUDES) 
INCLUDES=$(_TARGETPLATROOT)\Drivers\NandFlsh\FMD;$(INCLUDES) 
ADEFINES=-pd "ALLOCATE_TABLE SETS \"FALSE\"" $(ADEFINES) 
 
LDEFINES=-subsystem:native /DEBUG /DEBUGTYPE:CV /FIXED:NO 
CDEFINES= $(CDEFINES) -DPPSH_PROTOCOL_NOTIMEOUT -DCOREDLL -DPLAT_ONBOARDEDBG=1 -DBOOT_LOADER=1 -DNOSYSCALL=1 
 
TARGETLIBS=\ 
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\fulllibc.lib   \ 
    $(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\blcommon.lib   \ 
	$(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\bootpart.lib   \ 
	$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\csp_arm.lib	\ 
    $(_COMMONOAKROOT)\lib\$(_CPUDEPPATH)\eboot.lib      \ 
	$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\cs8900dbg.lib	\ 
#    E:\PAK13100\PGrine\public\COMMON\oak\lib\armv4\debug\bootpart.lib   \ 
 
SOURCES=        \ 
    main.c      \ 
	ether.c     \ 
    ecc.c       \ 
    fmd.cpp     \ 
    flash.c     \ 
 
ARM_SOURCES=        \ 
    arm\fw.s	    \ 
    arm\mmu.s       \ 
    arm\oemboot.c   \ 
    arm\time.c      \ 
    arm\util.s      \ 
    arm\nand.s      \