Update of /cvsroot/scopeapp/scopeapp/src
In directory usw-pr-cvs1:/tmp/cvs-serv18484
Modified Files:
GNUmakefile
Log Message:
Oops. Had wrong slash. Fixed.
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/scopeapp/scopeapp/src/GNUmakefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** GNUmakefile 22 Jul 2002 12:39:49 -0000 1.5
--- GNUmakefile 22 Jul 2002 12:41:57 -0000 1.6
***************
*** 51,55 ****
scopeapp_RESOURCE_FILES=
# not good practice, but works
! scopeapp_LANGUAGES = ..\English
scopeapp_LOCALIZED_RESOURCE_FILES = Localizable.strings
#
--- 51,55 ----
scopeapp_RESOURCE_FILES=
# not good practice, but works
! scopeapp_LANGUAGES = ../English
scopeapp_LOCALIZED_RESOURCE_FILES = Localizable.strings
#
|