diff options
Diffstat (limited to 'build/cmake/copymake')
-rwxr-xr-x | build/cmake/copymake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/cmake/copymake b/build/cmake/copymake new file mode 100755 index 0000000..e692f68 --- /dev/null +++ b/build/cmake/copymake @@ -0,0 +1,6 @@ +cp CMakeLists.txt ../linux32 +cp CMakeLists.txt ../linux64 +cp CMakeLists.txt ../mac64 +cp CMakeLists.txt ../borland5.5 +cp CMakeLists.txt ../win32vs +cp CMakeLists.txt ../win64vs |