Just wondering if anyone knows if there are converters to convert from:
MS Visual C++ 6.0 or
MS Visual Studio 2003
project files into UNIX autogen/configure/make files?
|
|
0
|
|
|
|
Reply
|
kevingpo (17)
|
9/9/2005 7:40:33 AM |
|
KevinGPO wrote:
> Just wondering if anyone knows if there are converters to convert from:
>
> MS Visual C++ 6.0 or
> MS Visual Studio 2003
>
> project files into UNIX autogen/configure/make files?
>
A better place to ask would be a UNIX newsgroup or a Linux newsgroup,
comp.os.linux.development.apps, for example
V
|
|
0
|
|
|
|
Reply
|
v.Abazarov (13255)
|
9/9/2005 2:42:43 PM
|
|
"KevinGPO" <kevingpo@hotmail.com> wrote in message
news:1126251633.935965.307580@g49g2000cwa.googlegroups.com...
> Just wondering if anyone knows if there are converters to convert from:
>
> MS Visual C++ 6.0 or
> MS Visual Studio 2003
>
> project files into UNIX autogen/configure/make files?
>
VC 6 can export an NMAKE make file but its not the UNIX make file. VC 7 uses
XML which is easier for conversion with a style sheet or other means....
Ben
|
|
0
|
|
|
|
Reply
|
benben
|
9/10/2005 4:37:11 AM
|
|