forked from Mirrors/freeswitch
4da77ea5c5
git-svn-id: http://svn.freeswitch.org/svn/local/src/freeswitch@11 d0543943-73ff-0310-b7d9-9358b9ac24b2
13 lines
168 B
Batchfile
13 lines
168 B
Batchfile
echo %0
|
|
md conf
|
|
xcopy -D ..\..\..\conf\*.* conf
|
|
cd mod
|
|
md temp
|
|
move *.ilk temp
|
|
cd ..
|
|
FreeSwitch.exe
|
|
cd mod
|
|
copy .\temp\*.ilk
|
|
del .\temp\*.ilk
|
|
rd temp
|
|
pause |