Merge pull request #584 from stinos/windows-input

windows: Fix input.c missing in Makefile after changes for #582
store-consts
Paul Sokolovsky 2014-05-07 22:44:19 +03:00
commit be6aa53cdb
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ endif
SRC_C = \
unix/main.c \
unix/file.c \
unix/input.c \
realpath.c \
init.c \