X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=wince%2Fsources;h=e2f0c9ef7fe8c9eec81ed4c818bfdf603e0d078a;hb=64a12f248950e23dd994ff29fd090480e0921930;hp=2706a6d56302da0667b869733427d8012a095439;hpb=e491e7735f8909e10d01a9762eae8bca2659b1b4;p=yaffs%2F.git diff --git a/wince/sources b/wince/sources index 2706a6d..e2f0c9e 100644 --- a/wince/sources +++ b/wince/sources @@ -1,45 +1,45 @@ -!IF 0 - - YAFFS: Yet another FFS. A NAND-flash specific file system. -; SOURCES: The FSD layer for the WinCE version of YAFFS. -; -; Copyright (C) 2002 Trimble Navigation Limited. All rights reserved. -; -; Created by Charles Manning -; -; This program is free software; you can redistribute it and/or modify -; it under the terms of the GNU General Public License version 2 as -; published by the Free Software Foundation. -; This program is distributed in the hope that it will be useful, but -; -; WITHOUT ANY WARRANTY; without even the implied warranty of -; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General -; Public License for more details. You should have received a copy of the -; GNU General Public License along with this program; if not, write to the -; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -; -; $Id: sources,v 1.2 2003-01-31 00:52:53 charles Exp $ - - - -!ENDIF - -!if "$(ODO_NODISPLAY)" == "1" -SKIPBUILD=1 -!endif - -RELEASETYPE=PLATFORM - -TARGETNAME=YFSD -TARGETTYPE=DYNLINK -TARGETLIBS= \ - $(_PUBLICROOT)\COMMON\OAK\lib\arm\Sa1100\ce\retail\fsdmgr.lib \ - $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \ - -CDEFINES= $(CDEFINES) -DCONFIG_YAFFS_WINCE -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM - - -SOURCES= yaffs_guts.c nand_ecc.c yaffsfsd.c ynandif.c - - - +!IF 0 + + YAFFS: Yet another FFS. A NAND-flash specific file system. +; SOURCES: The FSD layer for the WinCE version of YAFFS. +; +; Copyright (C) 2002 Trimble Navigation Limited. All rights reserved. +; +; Created by Charles Manning +; +; This program is free software; you can redistribute it and/or modify +; it under the terms of the GNU General Public License version 2 as +; published by the Free Software Foundation. +; This program is distributed in the hope that it will be useful, but +; +; WITHOUT ANY WARRANTY; without even the implied warranty of +; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +; Public License for more details. You should have received a copy of the +; GNU General Public License along with this program; if not, write to the +; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +; +; $Id: sources,v 1.3 2003-05-20 22:30:36 charles Exp $ + + + +!ENDIF + +!if "$(ODO_NODISPLAY)" == "1" +SKIPBUILD=1 +!endif + +RELEASETYPE=PLATFORM + +TARGETNAME=YFSD +TARGETTYPE=DYNLINK +TARGETLIBS= \ + $(_PUBLICROOT)\COMMON\OAK\lib\arm\Sa1100\ce\retail\fsdmgr.lib \ + $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \ + +CDEFINES= $(CDEFINES) -DCONFIG_YAFFS_WINCE -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM + + +SOURCES= yaffs_guts.c yaffs_ecc.c yaffsfsd.c ynandif.c + + +