summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-02 22:25:51 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-02 22:25:51 -0400
commit28b3219d007e1a5eccb0069e81842288e1b0e694 (patch)
tree716f577224a5d06d54fb24dee2df9e901d972801 /GNUmakefile
parent3feb08f0ba9b7effb10f0e3aecb8d092c9bc8221 (diff)
downloadcryptopp-git-28b3219d007e1a5eccb0069e81842288e1b0e694.tar.gz
Add VS project files to list of trimmed files
Diffstat (limited to 'GNUmakefile')
-rwxr-xr-xGNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5da949d9..ff8f06ec 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -675,10 +675,10 @@ endif
.PHONY: trim
trim:
ifneq ($(IS_DARWIN),0)
- sed -i '' -e's/[[:space:]]*$$//' *.compat *.sh *.h *.cpp GNUmakefile GNUmakefile-cross
+ sed -i '' -e's/[[:space:]]*$$//' *.compat *.sh *.h *.cpp *.sln *.vcxproj GNUmakefile GNUmakefile-cross
make convert
else
- sed -i -e's/[[:space:]]*$$//' *.compat *.sh *.h *.cpp GNUmakefile GNUmakefile-cross
+ sed -i -e's/[[:space:]]*$$//' *.compat *.sh *.h *.cpp *.sln *.vcxproj GNUmakefile GNUmakefile-cross
make convert
endif