File: README

package info (click to toggle)
libpano13 2.9.12.dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 8,616 kB
  • ctags: 3,403
  • sloc: ansic: 31,169; sh: 8,383; cpp: 1,714; makefile: 236; perl: 202
file content (13 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory contains various stuff that is used when building
software from CVS. So far, it contains:

- some auxiliary scripts that are used when using libtool, for things
  that libtool doesn't handle currently.

In order to generate DLLs with version resources included (a nice
touch, and more Windows style), we need support for compiling and
including resources with DLL version number. Currently this knowledge
is not in libtool, but in the compile-resource and lt-compile-resource
scripts here in the win32 subdirectory.

These were originally from the GNOME project.