diff options
Diffstat (limited to 'windows/Makefile')
| -rw-r--r-- | windows/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/Makefile b/windows/Makefile index a188979bd..e3085ff23 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -35,9 +35,11 @@ SRC_C = \ unix/file.c \ unix/input.c \ unix/modtime.c \ + unix/gccollect.c \ realpath.c \ init.c \ sleep.c \ + bss.c \ OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o)) |
