557ebc88d7
They cause git to think that files have been modified although they have not, and makes it impossible to revert the files to un-changed form. See http://stackoverflow.com/questions/5009096/files-showing-as-modified-directly-after-git-clone 's first answer.
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
Import( 'env buildLibrary' )
|
|
|
|
buildLibrary( env, Split( """
|
|
json_reader.cpp
|
|
json_value.cpp
|
|
json_writer.cpp
|
|
""" ),
|
|
'json' )
|