fix Windows build, need to include puff.c

This commit is contained in:
Martins Mozeiko
2017-09-26 09:46:35 -07:00
parent 4e27aa9b00
commit 90e4a4a044
+1 -1
View File
@@ -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