blob: c257ea84d64f86adccdb0cb7ade31d6264116ff8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Changes applied to the silgraphite-2.3.1/engine/ tree obtained from:
http://sourceforge.net/projects/silgraphite/files/silgraphite/
2.3.1/silgraphite-2.3.1.tar.gz/download
Removed:
config/
Executed the command:
find -type f -perm /111 ! -name configure -exec chmod -c a-x {} \;
i.e., removed execute permissions from all files except configure.
Converted Dos/Win line ends to native:
makefile.vc8
test/RegressionTest/RtTextSrc.h
Added newline at end of file:
build.bat
build_d.bat
|