Browse Source

Update Makefile to compile with doubles instead of floats

mingodad 8 years ago
parent
commit
5a110ed6f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SquiLu/squirrel/Makefile

+ 1 - 1
SquiLu/squirrel/Makefile

@@ -3,7 +3,7 @@ SQUIRREL= ..
 
 
 OUT= $(SQUIRREL)/lib/libsquirrel.a
 OUT= $(SQUIRREL)/lib/libsquirrel.a
 INCZ= -I$(SQUIRREL)/include -I. -Iinclude -I$(SQUIRREL)/sqstdlib
 INCZ= -I$(SQUIRREL)/include -I. -Iinclude -I$(SQUIRREL)/sqstdlib
-DEFS= -DSQ_ENABLE_INCLUDES -DSQ_SUBLATIN -DNEED_SUBLATIN_C
+DEFS= -DSQ_ENABLE_INCLUDES -DSQ_SUBLATIN -DNEED_SUBLATIN_C -DSQUSEDOUBLE
 LIB=	
 LIB=	
 
 
 OBJS= \
 OBJS= \