(EXTRA_DIST): Add new MSVC project files to distribution.
This commit is contained in:
parent
651a55a51b
commit
1e743cb571
2 changed files with 16 additions and 1 deletions
10
eo/win/ChangeLog
Normal file
10
eo/win/ChangeLog
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
2006-12-05 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
|
* win/Makefile.am (EXTRA_DIST): Add new MSVC project files to distribution.
|
||||||
|
|
||||||
|
|
||||||
|
* Local Variables:
|
||||||
|
* coding: iso-8859-1
|
||||||
|
* mode: flyspell
|
||||||
|
* fill-column: 80
|
||||||
|
* End:
|
||||||
|
|
@ -1 +1,6 @@
|
||||||
EXTRA_DIST = eo.dsw eo.dsp
|
EXTRA_DIST = eo.sln \
|
||||||
|
eo.dsw eo.dsp \
|
||||||
|
EO/eo.vcproj \
|
||||||
|
ES/es.vcproj \
|
||||||
|
GA/ga.vcproj \
|
||||||
|
UTILS/utils.vcproj
|
||||||
|
|
|
||||||
Reference in a new issue