Update Makefile.win

This commit is contained in:
Vladimir Dubrovin 2025-03-14 21:00:22 +03:00 committed by GitHub
parent 5a6e9c92e3
commit 584fdfd51f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,3 +35,5 @@ include Makefile.inc
allplugins:
for /D %%i in ($(PLUGINS)) do (copy Makefile plugins\%%i && copy Makefile.var plugins\%%i && cd plugins\%%i && nmake && del *.o &&cd ..\..)