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
|
||||
RelativePath=".\win32\resource.h"
|
||||
RelativePath="..\..\src\win32\resource.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\win32\resource.h"
|
||||
RelativePath=".\win32\resource.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -7,10 +7,11 @@
|
|||
<CustomBuildRule
|
||||
Name="PerlSUB"
|
||||
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"
|
||||
FileExtensions="*.xs"
|
||||
ExecutionDescription="Converting XS files"
|
||||
ShowOnlyRuleProperties="false"
|
||||
>
|
||||
<Properties>
|
||||
</Properties>
|
||||
|
|
Reference in a new issue