mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
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:
parent
0aa985928d
commit
4e0faf2713
@ -181,6 +181,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="ls -1 ../bin/release/lib/*.so > commands.txt
ls -1 ../bin/release/modules/*.so > modules.txt
"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin\rebase.exe" -v -b 10000000 -c baseaddr_commands.txt @commands.txt
"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin\rebase.exe" -v -b 11000000 -c baseaddr_modules.txt @modules.txt
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user