project.bib

来自「edb9315 wince4.2最新的bsp代码」· BIB 代码 · 共 50 行

BIB
50
字号
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; 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.
;
MODULES
;  Name            Path                                           Memory Type
;  --------------  ---------------------------------------------  -----------

; Clientside allows the tester to run the CETK test on the platform.
   clientside.exe   $(_WINCEROOT)\Others\Wcetk\$(_TGTCPU)\clientside.exe          NK  

;  These are audio test applications.
   capsrc.exe       $(_FLATRELEASEDIR)\capsrc.exe           NK  
   captureecho.exe  $(_FLATRELEASEDIR)\captureecho.exe      NK  
   dsplay.exe       $(_FLATRELEASEDIR)\dsplay.exe           NK  
   wavrec.exe       $(_FLATRELEASEDIR)\wavrec.exe           NK  
   wavplay.exe      $(_FLATRELEASEDIR)\wavplay.exe          NK  
   tmix.exe         $(_FLATRELEASEDIR)\tmix.exe             NK  

   ;
   ; Drivers for the orinoco wireless card.
   ;
IF VIDEONIMAGE_EXTRAS
   WLLUC46.DLL    $(_PUBLICROOT)\$(_TGTPROJ)\files\WLLUC46.DLL     nk  s
   WSLUC46.DLL    $(_PUBLICROOT)\$(_TGTPROJ)\files\WSLUC46.DLL     nk  s
ENDIF


; Crunch Test programs
;    bezier.exe     $(_FLATRELEASEDIR)\bezier.exe             NK  s 


FILES
;  Name            Path                                           Memory Type
;  --------------  ---------------------------------------------  -----------
IF VIDEONIMAGE_EXTRAS
    matrix-trailer.lnk          $(_PUBLICROOT)\$(_TGTPROJ)\files\matrix-superbowl.lnk       NK
    matrix-superbowl.mpeg       $(_PUBLICROOT)\$(_TGTPROJ)\files\matrix-superbowl.mpeg      NK  
ENDIF

    "Bezier Crunch Float.lnk"   "$(_PUBLICROOT)\$(_TGTPROJ)\files\Bezier Crunch Float.lnk"  NK
    "Bezier Soft Float.lnk"     "$(_PUBLICROOT)\$(_TGTPROJ)\files\Bezier Soft Float.lnk"    NK
    "Crunch Speed Demo.lnk"     "$(_PUBLICROOT)\$(_TGTPROJ)\files\Crunch Speed Demo.lnk"    NK

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?