This should fix the building of NeoStats on our Build Server

This commit is contained in:
Fish 2008-03-05 15:10:35 +00:00
parent a39fb692b2
commit 7b959d3fcb
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -7,10 +7,11 @@
<CustomBuildRule
Name="PerlSUB"
DisplayName="BuildXS"
CommandLine="c:\perl\bin\xsubpp.bat -prototypes [inputs] &gt; $(InputName).c"
CommandLine="c:\perl\bin\perl c:\perl\lib\ExtUtils\xsubpp -prototypes [inputs] &gt; $(InputName).c"
Outputs="$(InputName).c"
FileExtensions="*.xs"
ExecutionDescription="Converting XS files"
ShowOnlyRuleProperties="false"
>
<Properties>
</Properties>