Rebase modules in 1.1 too. This uses a post build event that does not involve a change to configure, however this requires an ls binary. If you don't have an ls.exe, it wont rebase the modules.

git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@9553 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2008-04-20 12:41:09 +00:00
parent 0aa985928d
commit 4e0faf2713

View File

@ -181,6 +181,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="ls -1 ../bin/release/lib/*.so &gt; commands.txt&#x0D;&#x0A;ls -1 ../bin/release/modules/*.so &gt; modules.txt&#x0D;&#x0A;&quot;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin\rebase.exe&quot; -v -b 10000000 -c baseaddr_commands.txt @commands.txt&#x0D;&#x0A;&quot;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin\rebase.exe&quot; -v -b 11000000 -c baseaddr_modules.txt @modules.txt&#x0D;&#x0A;"
/>
</Configuration>
<Configuration