Update of /cvsroot/scopeapp/scopeapp/src
In directory usw-pr-cvs1:/tmp/cvs-serv8586
Modified Files:
GNUmakefile
Log Message:
Add new header file, localised files
Index: GNUmakefile
===================================================================
RCS file: /cvsroot/scopeapp/scopeapp/src/GNUmakefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GNUmakefile 18 Jul 2002 08:56:41 -0000 1.2
--- GNUmakefile 19 Jul 2002 08:03:01 -0000 1.3
***************
*** 51,55 ****
#
scopeapp_RESOURCE_FILES=
! # FIXME: maybe the .lproj should be here?
#
--- 51,56 ----
#
scopeapp_RESOURCE_FILES=
! scopeapp_LANGUAGES = English
! scopeapp_LOCALIZED_RESOURCE_FILES = Localizable.strings
#
***************
*** 61,64 ****
--- 62,66 ----
QuicktimeSampler.h \
ScopeAppDelegate.h \
+ ScopeAppGlobals.h \
ScopeController.h \
ScopeView.h \
***************
*** 78,83 ****
ScopeAppDelegate.m \
TestSampler.m
- #CoreAudioSampler.m # refuses to compile on linux
- #QuicktimeSampler.m # refuses to compile on linux
#
--- 80,83 ----
|