/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/mywin32make.bat
18 строк
482 B
lsh123
Fix file permissions (#985)
04 ноя 2025, 07:30
Не верифицирован
04 ноя 2025, 07:30
3f6e39f
Код
Авторство
О чём код?
@echo off REM REM This is my personal configuration file. REM I am lazy to type all this crap again and again REM You are welcome to customize this file for your REM needs but do not check it into the GitHub, please. REM REM Aleksey Sanin <aleksey@aleksey.com> REM SET XMLSEC_PREFIX=C:\cygwin\home\local SET XMLSEC_INCLUDE=%XMLSEC_PREFIX%\include SET XMLSEC_LIB=%XMLSEC_PREFIX%\lib SET INCLUDE=%XMLSEC_INCLUDE%;%INCLUDE% SET LIB=%XMLSEC_LIB%;%LIB% nmake -f Makefile.w32 %1 %2 %3