Commit cddecbb1 authored by unknown's avatar unknown

make_win_src_distribution.sh:

  Fix for bdb/cxx as they contain .cpp files directly ( for 4.0 to go )


scripts/make_win_src_distribution.sh:
  Fix for bdb/cxx as they contain .cpp files directly ( for 4.0 to go )
parent b8571294
......@@ -160,7 +160,7 @@ copy_dir_files() {
for arg do
print_debug "Copying files from directory '$arg'"
cd $SOURCE/$arg/
for i in *.c *.h *.ih *.i *.ic *.asm *.def \
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def \
README INSTALL* LICENSE
do
if [ -f $i ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment