remove file no longer needed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12208 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
405171c212
commit
7cbd4857c7
|
@ -40,7 +40,6 @@ EXTRA_DIST = floating_fudge.h \
|
|||
msvc/unistd.h \
|
||||
msvc/spandsp.h \
|
||||
msvc/sys/time.h \
|
||||
msvc/make_headers.bat \
|
||||
msvc/make_at_dictionary.2008.vcproj \
|
||||
msvc/make_modem_filter.2008.vcproj \
|
||||
msvc/make_at_dictionary.2005.vcproj \
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
..\Debug\make_at_dictionary >..\at_interpreter_dictionary.h
|
||||
|
||||
..\Debug\make_modem_filter -m V.17 -i -r >..\v17rx_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.17 -r >..\v17rx_floating_rrc.h
|
||||
|
||||
..\Debug\make_modem_filter -m V.17 -i -t >..\v17tx_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.17 -t >..\v17tx_floating_rrc.h
|
||||
|
||||
..\Debug\make_modem_filter -m V.22bis1200 -i -r >..\v22bis_rx_1200_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.22bis2400 -i -r >..\v22bis_rx_2400_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.22bis1200 -r >..\v22bis_rx_1200_floating_rrc.h
|
||||
..\Debug\make_modem_filter -m V.22bis2400 -r >..\v22bis_rx_2400_floating_rrc.h
|
||||
|
||||
..\Debug\make_modem_filter -m V.27ter2400 -i -r >..\v27ter_rx_2400_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.27ter4800 -i -r >..\v27ter_rx_4800_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.27ter2400 -r >..\v27ter_rx_2400_floating_rrc.h
|
||||
..\Debug\make_modem_filter -m V.27ter4800 -r >..\v27ter_rx_4800_floating_rrc.h
|
||||
..\Debug\make_modem_filter -m V.27ter2400 -i -t >..\v27ter_tx_2400_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.27ter4800 -i -t >..\v27ter_tx_4800_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.27ter2400 -t >..\v27ter_tx_2400_floating_rrc.h
|
||||
..\Debug\make_modem_filter -m V.27ter4800 -t >..\v27ter_tx_4800_floating_rrc.h
|
||||
|
||||
..\Debug\make_modem_filter -m V.29 -i -r >..\v29rx_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.29 -r >..\v29rx_floating_rrc.h
|
||||
..\Debug\make_modem_filter -m V.29 -i -t >..\v29tx_fixed_rrc.h
|
||||
..\Debug\make_modem_filter -m V.29 -t >..\v29tx_floating_rrc.h
|
||||
|
Loading…
Reference in New Issue