forked from pEp.foundation/pEpEngine
make a local install of headers
parent
f3c8679bc7
commit
bf215cf899
|
@ -0,0 +1,11 @@
|
|||
!include headers-to-install.mak
|
||||
|
||||
install_headers:
|
||||
-md ..\include\pEp 2>nul
|
||||
for %%H in ($(HEADERS_TO_INSTALL)) do xcopy /y/f %%H ..\include\pEp
|
||||
xcopy /y/f ..\asn.1\*.h ..\include\pEp
|
||||
touch install_headers
|
||||
|
||||
clean:
|
||||
-del /f/q install_headers 2>nul
|
||||
-rd /s/q ..\include 2>nul
|
Loading…
Reference in New Issue