X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=win32_makefile%2Ffcopy.bat;fp=win32_makefile%2Ffcopy.bat;h=0000000000000000000000000000000000000000;hb=472b70e710ac48afb0d2831c00d26043b1843047;hp=c383b6e4cb871ff05fcfa7f9e84c8f676a1f7e77;hpb=833e1c7c90e13ceaba3dde8e7a36fcc8dfb1db3c;p=gnokii.git diff --git a/win32_makefile/fcopy.bat b/win32_makefile/fcopy.bat deleted file mode 100644 index c383b6e..0000000 --- a/win32_makefile/fcopy.bat +++ /dev/null @@ -1,35 +0,0 @@ -@echo off -if not "%1"=="make" goto info -echo Preparing files -start /wait ..\mversion.js make -copy ..\..\common\*.c *.c > nul -copy ..\..\common\protocol\*.c *.c > nul -copy ..\..\common\devices\*.c *.c > nul -copy ..\..\getopt\win32\*.c *.c > nul -copy ..\..\getopt\win32\*.h *.h > nul -copy ..\..\common\data\*.c *.c > nul -copy ..\..\common\files\*.c *.c > nul -copy ..\..\common\newmodules\*.c *.c > nul -copy ..\..\common\newmodules\sniff\*.c *.c > nul -copy ..\..\gnokii\gnokii.c gnokii.c > nul -copy ..\..\gnokii\gnokii.h gnokii.h > nul -copy ..\..\include\*.h *.h > nul -mkdir files > nul -copy ..\..\include\files\*.h files\*.h >nul -mkdir data > nul -copy ..\..\include\data\*.h data\*.h >nul -mkdir newmodules > nul -copy ..\..\include\newmodules\*.h newmodules\*.h >nul -cd newmodules > nul -mkdir sniff > nul -cd .. > nul -copy ..\..\include\newmodules\sniff\*.h newmodules\sniff\*.h >nul -mkdir protocol > nul -copy ..\..\include\protocol\*.h protocol\*.h >nul -mkdir devices > nul -copy ..\..\include\devices\*.h devices\*.h >nul -del unixserial.* > nul -goto end -:info -echo Used by bat in subdirs for copying source files -:end \ No newline at end of file