Skip to content

Commit

Permalink
Add x3core and swig.rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcad committed Nov 8, 2011
1 parent 8be2bb3 commit 67c60b2
Show file tree
Hide file tree
Showing 5 changed files with 803 additions and 4 deletions.
7 changes: 4 additions & 3 deletions projects/msvc/vcproj/swig.rule
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
>
<Rules>
<CustomBuildRule
Name="swig -c++"
DisplayName="swig generating"
CommandLine="swig.exe -c++ -python $(InputPath) -outdir $(IntDir)"
Name="Swig Convertor"
DisplayName="swig"
CommandLine="swig.exe -c++ -I$(ProjectDir)..\..\..\code\pkg_Core\Interface -python $(InputPath)"
Outputs="$(IntDir)\$(InputName)._swig"
FileExtensions="*.i"
ExecutionDescription="swig generating"
>
<Properties>
</Properties>
Expand Down
Loading

0 comments on commit 67c60b2

Please sign in to comment.