This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / win32_makefile / fcopy.bat
diff --git a/win32_makefile/fcopy.bat b/win32_makefile/fcopy.bat
deleted file mode 100644 (file)
index c383b6e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-@echo off\r
-if not "%1"=="make" goto info\r
-echo Preparing files\r
-start /wait ..\mversion.js make\r
-copy ..\..\common\*.c *.c > nul\r
-copy ..\..\common\protocol\*.c *.c > nul\r
-copy ..\..\common\devices\*.c *.c > nul\r
-copy ..\..\getopt\win32\*.c *.c > nul\r
-copy ..\..\getopt\win32\*.h *.h > nul\r
-copy ..\..\common\data\*.c *.c > nul\r
-copy ..\..\common\files\*.c *.c > nul\r
-copy ..\..\common\newmodules\*.c *.c > nul\r
-copy ..\..\common\newmodules\sniff\*.c *.c > nul\r
-copy ..\..\gnokii\gnokii.c gnokii.c > nul\r
-copy ..\..\gnokii\gnokii.h gnokii.h > nul\r
-copy ..\..\include\*.h *.h > nul\r
-mkdir files > nul\r
-copy ..\..\include\files\*.h files\*.h >nul\r
-mkdir data > nul\r
-copy ..\..\include\data\*.h data\*.h >nul\r
-mkdir newmodules > nul\r
-copy ..\..\include\newmodules\*.h newmodules\*.h >nul\r
-cd newmodules > nul\r
-mkdir sniff > nul\r
-cd .. > nul\r
-copy ..\..\include\newmodules\sniff\*.h newmodules\sniff\*.h >nul\r
-mkdir protocol > nul\r
-copy ..\..\include\protocol\*.h protocol\*.h >nul\r
-mkdir devices > nul\r
-copy ..\..\include\devices\*.h devices\*.h >nul\r
-del unixserial.* > nul\r
-goto end\r
-:info\r
-echo Used by bat in subdirs for copying source files\r
-:end
\ No newline at end of file