Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Fixing output
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jan 6, 2021
1 parent a1b6107 commit 76a11a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build-zlib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ Param (

$dname = Get-Location

$bp = @("-e", "-f", "win32\Makefile.msc",
"zlib.lib", "zlib1.dll", "zdll.lib",
"example.exe", "minigzip.exe" )
$bp = @("-e", "-x -",
"-f", "win32\Makefile.msc",
"zlib.lib", "zlib1.dll", "zdll.lib",
"example.exe", "minigzip.exe" )

Set-Location "zlib"
&nmake $bp
& nmake $bp
Set-Location $dname

0 comments on commit 76a11a9

Please sign in to comment.