[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep-make and localisable resources
From: |
Chris B. Vetter |
Subject: |
Re: gnustep-make and localisable resources |
Date: |
Wed, 20 Nov 2002 17:40:26 -0800 |
On Wed, 20 Nov 2002 18:08:05 -0700
rburns@softhome.net wrote:
> When compiling now, you get an error saying that it can't find what
> ever .lproj's that you have defined in the gnumakefile. The
> directories still get copied into the app wrapper, but the error
> persists. Also make strings isn't usable unless the lproj's are in the
> root dir.
> Or is this support already there, and I'm just doing something wrong?
Try
myproject_RESOURCE_FILES = [...] Resources/English.lproj [...]
Works fine.
--
Chris