msvc-compiler-hook
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Dynamic command line rewriting for Visual Studio 2008 to launch 3rd party tools, e.g. for cross compilation
This is a hack to install a hook inside Visual Studio 2008 and intercept
CreateProcess calls and rewrite them. This allows you to rewrite the command
lines of compile and link steps, so you can mix Win32 and Amiga compilation in
the same project.

The way to do this is to look for some special command line parameter, like
/AMIGA and then totally rewrite the command line.

The second part to this is a controller that sits in your tray that enables the
hooking. The controller has the rewrite tables and does the actual command line
patching. This was much more convenient than having everything in one package.

This program should work, but is rough and untested and is made available as a
proof of concept.

To build it, download EasyHook and put all the DLLs and stuff it in the bin/
directory.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。