mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
9 lines
212 B
Batchfile
Executable File
9 lines
212 B
Batchfile
Executable File
@mingw32-make -f Makefile.mingw %1
|
|
@if errorlevel 1 goto end
|
|
@if not exist upnpc-static.exe goto end
|
|
@strip upnpc-static.exe
|
|
@upx --best upnpc-static.exe
|
|
@strip upnpc-shared.exe
|
|
@upx --best upnpc-shared.exe
|
|
:end
|