|
From: | ELASRI Patrice SOFRECOM |
Subject: | [2] Building jar files using archive member capabilities |
Date: | Thu, 16 Nov 2006 14:33:39 +0100 |
Hi,
Is there someone for answering to my problem ?
-----Message d'origine-----
Hello, I’m trying to build JAR files in the same way as the C library files .a, using archive member capabilities. The building works fine except that the JAR file is always updated, even if its members haven’t changed. While .a files are updated only if their members have changed. Here are the rules I use to do this : IMG_LST := $(wildcard *.BMP *.GIF *.ICO
*.JPG *.bmp *.gif *.ico *.jpg) Does someone have any idea to resolve this problem ? |
[Prev in Thread] | Current Thread | [Next in Thread] |