visualstudio-made code portable?

Started by
12 comments, last by ronnybrendel 18 years, 9 months ago
In most versions of Visual Studio, you can tell it "use my custom makefile command to build instead of the Visual Studio build stuff". In Visual Studio .Net (all versions so far), these options are in the project preferences.
Advertisement
i cant find options to use custom makefiles or anything in my vs 2003 ...

anyone can help?
Quote:Original post by Anonymous Poster
i cant find options to use custom makefiles or anything in my vs 2003 ...

anyone can help?
You have to create a makefile-based project from the start, tweaking a few settings on an active project won't be enough.
Beware that maintaining dependency rules manually is quite error-prone..
awesome!

thanks for the hint^^

would have never found this...


edit:::::::::::::

it works. nice
thanks to all replyers

i now use make and gcc + qt-stuff for compiling ... works great after little setup

[Edited by - ronnybrendel on July 2, 2005 6:59:54 AM]

This topic is closed to new replies.

Advertisement