My little program that creates MS Dev Studio project files can now
handle source code in subdirectories via the noninst_LIBRARIES and
xxx_LIBADD mechanisms.
I'm making the sources for my MS Dev Studio project file generator
available via ftp. It's at
ftp://ftp.slac.stanford.edu/users/pfkeb/automake/am2msdev-0.2.tar.gz
Current capabilities are...
- handle xxx_SOURCES
- handle INCLUDES
- build libraries from lib_LIBRARIES or lib_LTLIBRARIES
- build executable from bin_PROGRAMS
- handle xxx_LDADD
- handle xxx_LIBADD
- handle noinst_LIBRARIES in subdirectories
- handle xxx_HEADERS in subdirectories by putting the .h files in
xxx.dsp file as source
Under Linux, the program has built the `.dsp' files for itself. With
these, I've compiled and run the program on Windows where it can
rebuild its own project files and get same results.
The program is now ready for testing on larger projects then
itself. However, my work has slowed down on it because I'm in Europe
for a week.
Comments welcome.