Skip to content

Commit

Permalink
Fix for the case compress was passed an empty string. Converted
Browse files Browse the repository at this point in the history
make-tileset.pl to emit FSON rather than FML. Added the compress and base64 modules to the unix makefile.
  • Loading branch information
sweetkristas committed May 12, 2012
1 parent 62c8f31 commit d424ee1
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 105 deletions.
2 changes: 2 additions & 0 deletions Makefile.common
Expand Up @@ -10,6 +10,7 @@ objects = \
animation_preview_widget.o \
asserts.o \
background.o \
base64.o \
blur.o \
border_widget.o \
button.o \
Expand All @@ -18,6 +19,7 @@ objects = \
checksum.o \
code_editor_dialog.o \
code_editor_widget.o \
compress.o \
current_generator.o \
decimal.o \
editor_dialogs.o \
Expand Down

0 comments on commit d424ee1

Please sign in to comment.