diff options
author | Mattes D <github@xoft.cz> | 2014-01-04 12:52:58 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-04 12:52:58 +0100 |
commit | 4d7f2139981ac6947cc987a6b4d6d46646ebc480 (patch) | |
tree | 4a5067e4a9fe55486d08ac1d2e9517aa8531cebe /lib/tolua++/Makefile | |
parent | Merge pull request #502 from bitdeli-chef/master (diff) | |
parent | Fixed Documentation (diff) | |
download | cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.gz cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.bz2 cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.lz cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.xz cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.tar.zst cuberite-4d7f2139981ac6947cc987a6b4d6d46646ebc480.zip |
Diffstat (limited to 'lib/tolua++/Makefile')
-rw-r--r-- | lib/tolua++/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tolua++/Makefile b/lib/tolua++/Makefile index c15b4fc80..3bbda9b15 100644 --- a/lib/tolua++/Makefile +++ b/lib/tolua++/Makefile @@ -35,6 +35,9 @@ CMAKE_COMMAND = /usr/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E remove -f +# Escaping for special characters. +EQUALS = = + # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/tycho/MCServer |