diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 65945662a..6a83c3433 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,7 +52,10 @@ INCLUDE = -I.\ -IiniFile\
-Itolua++-1.0.93/include\
-Ijsoncpp-src-0.5.0/include\
- -Ijsoncpp-src-0.5.0/src/lib_json
+ -Ijsoncpp-src-0.5.0/src/lib_json\
+ -Isquirrel_3_0_1_stable/include\
+ -Isquirrel_3_0_1_stable\
+ -Isquirrel_3_0_1_stable/sqrat
#
# Build MCServer
|