This should fix the building of NeoStats on our Build Server
This commit is contained in:
parent
a39fb692b2
commit
7b959d3fcb
2 changed files with 4 additions and 3 deletions
|
@ -975,11 +975,11 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\win32\resource.h"
|
RelativePath="..\..\src\win32\resource.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\win32\resource.h"
|
RelativePath=".\win32\resource.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|
|
@ -7,10 +7,11 @@
|
||||||
<CustomBuildRule
|
<CustomBuildRule
|
||||||
Name="PerlSUB"
|
Name="PerlSUB"
|
||||||
DisplayName="BuildXS"
|
DisplayName="BuildXS"
|
||||||
CommandLine="c:\perl\bin\xsubpp.bat -prototypes [inputs] > $(InputName).c"
|
CommandLine="c:\perl\bin\perl c:\perl\lib\ExtUtils\xsubpp -prototypes [inputs] > $(InputName).c"
|
||||||
Outputs="$(InputName).c"
|
Outputs="$(InputName).c"
|
||||||
FileExtensions="*.xs"
|
FileExtensions="*.xs"
|
||||||
ExecutionDescription="Converting XS files"
|
ExecutionDescription="Converting XS files"
|
||||||
|
ShowOnlyRuleProperties="false"
|
||||||
>
|
>
|
||||||
<Properties>
|
<Properties>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
Reference in a new issue