bld.inf

来自「Open C++: Memory Game Example This Op」· INF 代码 · 共 30 行

INF
30
字号
/*
============================================================================
 Name		: bld.inf
 Author	  : 
 Copyright   : Nokia
 Description : This file provides the information required for building the
				whole of a MemoryGame.
============================================================================
*/


PRJ_PLATFORMS
WINSCW ARMV5 GCCE

PRJ_EXPORTS

..\sounds\bleep.wav		c:\private\A000A331\bleep.wav
..\sounds\bleep2.wav	c:\private\A000A331\bleep2.wav

PRJ_MMPFILES

gnumakefile icons_scalable_dc.mk

gnumakefile ..\help\build_help.mk

..\engine\group\MemoryGameEngine.mmp

MemoryGame.mmp

⌨️ 快捷键说明

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