fix mod_dialplan_xml dependencies build on windows.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1410 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a9a5a48209
commit
98d4c0a5a8
|
@ -24,7 +24,7 @@ BuildModCodecGSM=False
|
||||||
BuildModilbc=False
|
BuildModilbc=False
|
||||||
BuildModXMPPEvent=False
|
BuildModXMPPEvent=False
|
||||||
BuildModsndfile=False
|
BuildModsndfile=False
|
||||||
BuildModpcre=False
|
BuildModdialplanxml=False
|
||||||
BuildModldap=False
|
BuildModldap=False
|
||||||
BuildModzeroconf=False
|
BuildModzeroconf=False
|
||||||
BuildModSpiderMonkey=False
|
BuildModSpiderMonkey=False
|
||||||
|
@ -89,8 +89,8 @@ If objArgs.Count >=1 Then
|
||||||
BuildModXMPPEvent=True
|
BuildModXMPPEvent=True
|
||||||
Case "Mod_sndfile"
|
Case "Mod_sndfile"
|
||||||
BuildModsndfile=True
|
BuildModsndfile=True
|
||||||
Case "Mod_pcre"
|
Case "Mod_dialplan_xml"
|
||||||
BuildModpcre=True
|
BuildModdialplanxml=True
|
||||||
Case "Mod_ldap"
|
Case "Mod_ldap"
|
||||||
BuildModldap=True
|
BuildModldap=True
|
||||||
Case "Mod_zeroconf"
|
Case "Mod_zeroconf"
|
||||||
|
@ -109,7 +109,7 @@ If objArgs.Count >=1 Then
|
||||||
BuildModXMPPEvent=True
|
BuildModXMPPEvent=True
|
||||||
BuildModsndfile=True
|
BuildModsndfile=True
|
||||||
BuildVersion=True
|
BuildVersion=True
|
||||||
BuildModpcre=True
|
BuildModdialplanxml=True
|
||||||
BuildModldap=True
|
BuildModldap=True
|
||||||
BuildModzeroconf=True
|
BuildModzeroconf=True
|
||||||
BuildModSpiderMonkey=True
|
BuildModSpiderMonkey=True
|
||||||
|
@ -127,7 +127,7 @@ Else
|
||||||
BuildModsndfile=True
|
BuildModsndfile=True
|
||||||
BuildVersion=True
|
BuildVersion=True
|
||||||
BuildModldap=True
|
BuildModldap=True
|
||||||
BuildModpcre=True
|
BuildModdialplanxml=True
|
||||||
BuildModzeroconf=True
|
BuildModzeroconf=True
|
||||||
BuildModSpiderMonkey=True
|
BuildModSpiderMonkey=True
|
||||||
BuildModDingaling=True
|
BuildModDingaling=True
|
||||||
|
@ -218,7 +218,7 @@ If BuildModsndfile Then
|
||||||
BuildLibs_libsndfile BuildDebug, BuildRelease
|
BuildLibs_libsndfile BuildDebug, BuildRelease
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If BuildModpcre Then
|
If BuildModdialplanxml Then
|
||||||
BuildLibs_pcre BuildDebug, BuildRelease
|
BuildLibs_pcre BuildDebug, BuildRelease
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue