Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
add my little hacky pinvoke rewriter
Browse files Browse the repository at this point in the history
svn path=/trunk/mono-tools/; revision=137057
  • Loading branch information
Chris Toshok committed Jun 29, 2009
1 parent a2b3b96 commit 60c8a36
Show file tree
Hide file tree
Showing 8 changed files with 974 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.in
Expand Up @@ -134,7 +134,7 @@ dnl
if pkg-config --modversion cecil>/dev/null; then
AC_MSG_RESULT("Found cecil.pc")
else
AC_MSG_ERROR([You are missing Cecil (cecil.pc for packageconfig) required for gui-compare])
AC_MSG_ERROR([You are missing Cecil (cecil.pc for packageconfig) required for gui-compare and minvoke])
fi

CECIL_ASM=`pkg-config --variable=Libraries cecil`
Expand Down Expand Up @@ -172,6 +172,8 @@ gsharp/gsharp
gsharp/gsharp.exe.config
gui-compare/Makefile
gui-compare/gui-compare
minvoke/Makefile
minvoke/minvoke
mperfmon/Makefile
mperfmon/mperfmon
docbrowser/Makefile
Expand Down

0 comments on commit 60c8a36

Please sign in to comment.