Changes for linux compatibility

This commit is contained in:
David Anderson
2005-08-02 19:05:51 +00:00
parent d472d5d309
commit 96c9fc8bc8
4 changed files with 14 additions and 5 deletions

View File

@ -42,6 +42,9 @@ all:
pawn_make: $(OBJ_LINUX)
$(CPP) $(INCLUDE) $(CFLAGS) $(OBJ_LINUX) $(LINK) -shared -ldl -lm -o$(BIN_DIR)/$(BINARY)
pawn64:
$(MAKE) pawn_make PAWN64=true
debug:
$(MAKE) all DEBUG=true