[Scopeapp-cvs]scopeapp/src GNUmakefile,1.4,1.5
Status: Alpha
Brought to you by:
narge
From: <sco...@li...> - 2002-07-22 12:39:52
|
Update of /cvsroot/scopeapp/scopeapp/src In directory usw-pr-cvs1:/tmp/cvs-serv17667 Modified Files: GNUmakefile Log Message: Fixed location of English.proj Index: GNUmakefile =================================================================== RCS file: /cvsroot/scopeapp/scopeapp/src/GNUmakefile,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** GNUmakefile 21 Jul 2002 23:16:47 -0000 1.4 --- GNUmakefile 22 Jul 2002 12:39:49 -0000 1.5 *************** *** 6,10 **** # Date: 2002 # ! # Based on the GNUmakefile Gorm (C) Free Software Foundation 1999 # # This file is part of scopeapp (MacCRO X). --- 6,10 ---- # Date: 2002 # ! # Based on the GNUmakefile from Gorm (C) Free Software Foundation 1999 # # This file is part of scopeapp (MacCRO X). *************** *** 50,54 **** # scopeapp_RESOURCE_FILES= ! scopeapp_LANGUAGES = English scopeapp_LOCALIZED_RESOURCE_FILES = Localizable.strings # --- 50,55 ---- # scopeapp_RESOURCE_FILES= ! # not good practice, but works ! scopeapp_LANGUAGES = ..\English scopeapp_LOCALIZED_RESOURCE_FILES = Localizable.strings # |