mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 00:02:03 +02:00
* Getsources for windows by Mario Bonati
git-svn-id: trunk@51209 -
This commit is contained in:
parent
49bdd9293a
commit
76243ff0f4
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1669,6 +1669,7 @@ components/fpweb/lazwebextra.lpk svneol=native#text/plain
|
||||
components/fpweb/weblaz.lpk svneol=native#text/plain
|
||||
components/fpweb/weblaz.pas svneol=native#text/plain
|
||||
components/fpweb/weblazideintf.pp svneol=native#text/plain
|
||||
components/googleapis/2_6_4/getsources.bat svneol=native#text/plain
|
||||
components/googleapis/2_6_4/getsources.sh svneol=native#text/plain
|
||||
components/googleapis/2_6_4/synapsewebclient.pp svneol=native#text/plain
|
||||
components/googleapis/README.txt svneol=native#text/plain
|
||||
|
25
components/googleapis/2_6_4/getsources.bat
Normal file
25
components/googleapis/2_6_4/getsources.bat
Normal file
@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
|
||||
rd /s /q %temp%\googleapi
|
||||
md %temp%\googleapi
|
||||
del /s /q %temp%\googleapi\*.*
|
||||
svn co http://svn.freepascal.org/svn/fpc/trunk/packages/googleapi/src/ %temp%\googleapi
|
||||
copy %temp%\googleapi\*.*
|
||||
rd /s /q %temp%\googleapi
|
||||
|
||||
|
||||
rd /s /q %temp%\fcl-web
|
||||
md %temp%\fcl-web
|
||||
svn co http://svn.freepascal.org/svn/fpc/trunk/packages/fcl-web/src/base/ %temp%\fcl-web
|
||||
copy %temp%\fcl-web\fpoauth2.pp
|
||||
copy %temp%\fcl-web\fphttpwebclient.pp
|
||||
copy %temp%\fcl-web\fpwebclient.pp
|
||||
copy %temp%\fcl-web\restcodegen.pp
|
||||
copy %temp%\fcl-web\restbase.pp
|
||||
copy %temp%\fcl-web\fpoauth2ini.pp
|
||||
copy %temp%\fcl-web\fpjwt.pp
|
||||
rd /s /q %temp%\fcl-web
|
||||
|
||||
echo "-- googleapis sources --"
|
||||
dir
|
||||
pause
|
Loading…
Reference in New Issue
Block a user