OSDN Git Service

[BUILD] Add comments to buildvars*.dat.tmpl .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 18 May 2017 09:03:15 +0000 (18:03 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 18 May 2017 09:03:15 +0000 (18:03 +0900)
source/build-cmake/buildvars.dat.tmpl
source/build-cmake/buildvars_mingw.dat.tmpl [moved from source/build-cmake/buildvars_mingw.dat with 92% similarity]
source/build-cmake/buildvars_mingw_cross_win32.dat.tmpl

index 79539ac..263fa27 100644 (file)
@@ -1,4 +1,5 @@
-###
+### Build definitions for GNU/Linux (and maybe other *nix like OSs) native build.
+### Please copy this to buildvars.dat and edit.
 #
 
 BUILD_TOOLCHAIN="GCC"
similarity index 92%
rename from source/build-cmake/buildvars_mingw.dat
rename to source/build-cmake/buildvars_mingw.dat.tmpl
index b692c18..9692dbe 100644 (file)
@@ -1,3 +1,6 @@
+### Build definitions for Win32 (or Win64?) MinGW native build.
+### Please copy this to buildvars_mingw.dat and edit.
+#
 #CMAKE="/c/Program Files (x86)/CMake/bin/cmake"
 CCMAKE_CC=gcc
 CCMAKE_CXX=g++
index 67958f1..38cdd23 100644 (file)
@@ -1,3 +1,7 @@
+### Build definitions for Win32 cross build.
+### BY GNU/Linux (and maybe other *nix like OSs) host to MinGW32 target.
+### Please copy this to buildvars_mingw_cross_win32.dat and edit.
+#
 #CMAKE=/usr/bin/cmake
 BUILD_TOOLCHAIN="GCC"