home *** CD-ROM | disk | FTP | other *** search
/ Freelog 30 / Freelog030.iso / Palm / Comptebon / Src / CompteBon-FR-Rsc.c < prev    next >
C/C++ Source or Header  |  2000-08-19  |  675b  |  26 lines

  1. /***********************************************************************
  2.  *
  3.  * Copyright (c) 1994-1999 3Com Corporation or its subsidiaries.
  4.  * All rights reserved.
  5.  *
  6.  * PROJECT:  Pilot
  7.  * FILE:     StarterRsc.c
  8.  * AUTHOR:   Roger Flores: May 20, 1997
  9.  *
  10.  * DECLARER: Starter
  11.  *
  12.  * DESCRIPTION:
  13.  *      The list of resources used by the app are stored here.
  14.  *
  15.  **********************************************************************/
  16.  
  17. #include <BuildRules.h>
  18. //#include <Pilot.h>
  19.  
  20. // RESOURCE_FILE_PREFIX is now defined in Pilot:Incs:BuildRules.h based on LANGUAGE.
  21.  
  22. char *AppResourceList[] = {
  23.     ":Rsc:"RESOURCE_FILE_PREFIX"CompteBon-FR.rsrc",
  24.     ""
  25.     };
  26.