[Freeswitch-trunk] [commit] r6697 - freeswitch/trunk/w32
Freeswitch SVN
mikej at freeswitch.org
Tue Dec 11 23:12:02 EST 2007
Author: mikej
Date: Tue Dec 11 23:12:02 2007
New Revision: 6697
Modified:
freeswitch/trunk/w32/module_debug.vsprops
freeswitch/trunk/w32/module_release.vsprops
Log:
on 2008, modnames should be the same.
Modified: freeswitch/trunk/w32/module_debug.vsprops
==============================================================================
--- freeswitch/trunk/w32/module_debug.vsprops (original)
+++ freeswitch/trunk/w32/module_debug.vsprops Tue Dec 11 23:12:02 2007
@@ -15,7 +15,7 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(SolutionDir)Debug/mod/$(InputName).dll"
+ OutputFile="$(SolutionDir)Debug/mod/$(ProjectName).dll"
LinkIncremental="1"
/>
</VisualStudioPropertySheet>
Modified: freeswitch/trunk/w32/module_release.vsprops
==============================================================================
--- freeswitch/trunk/w32/module_release.vsprops (original)
+++ freeswitch/trunk/w32/module_release.vsprops Tue Dec 11 23:12:02 2007
@@ -14,7 +14,7 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(SolutionDir)Release/mod/$(InputName).dll"
+ OutputFile="$(SolutionDir)Release/mod/$(ProjectName).dll"
LinkIncremental="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
More information about the Freeswitch-trunk
mailing list