From 90e4a4a04437e37673d4c816e846f6452a06269c Mon Sep 17 00:00:00 2001 From: Martins Mozeiko Date: Tue, 26 Sep 2017 09:46:35 -0700 Subject: [PATCH] fix Windows build, need to include puff.c --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index 9da98c9..a60c68b 100644 --- a/build.cmd +++ b/build.cmd @@ -9,4 +9,4 @@ set CL=%CL% /Ox rem set CL=%CL% /Od /Zi rem set LINK=%LINK% /DEBUG -cl.exe pkg2zip*.c /Fepkg2zip.exe +cl.exe pkg2zip*.c puff.c /Fepkg2zip.exe