reactos官方介绍的IDE开发工具。
reactos吧
全部回复
仅看楼主
level 8
acat1433 楼主
2009年08月19日 04点08分 1
level 8
acat1433 楼主
原文地址在此:
http://www.reactos.org/wiki/Using_an_IDE
IDEs 
 Windows 
Visual C++ 2005 Express
Command for creating project files: make msvc8 
Code::Blocks
Command for creating project files: make cb (or make msvc8 if you want to open a VC project file with Code::Blocks) 
Borland C++ Builder 
Dev-C++ 
 Other platforms 
Code::Blocks
Command for creating project files: make cb (or make msvc8 if you want to open a VC project file with Code::Blocks) 
 Text editors 
   Windows 
Notepad++ 
   Other platforms 
GNU Emacs 
Kate 
gedit 
Vim 
Retrieved from "http://www.reactos.org/wiki/Using_an_IDE"
2009年08月19日 04点08分 2
level 8
acat1433 楼主
Creating IDE project files 
make msvc? There are some commands for creating project files for Microsoft Visual C++. Currently, the following commands are supported: 
make msvc6 - Create project files for Visual C++ 6.0 
make msvc7 - Create project files for Visual C++.NET 2002 (7.0) 
make msvc71 - Create project files for Visual C++.NET 2003 (7.1) 
make msvc8 - Create project files for Visual C++ 2005 (8.0) 
make msvc9 - Create project files for Visual C++ 2008 (9.0) 
make cb This command will create project files for the Code::Blocks Multi-Platform IDE. 
该内容地址:
http://www.reactos.org/wiki/Building_ReactOS
2009年08月19日 04点08分 3
level 8
acat1433 楼主
reactos官方的开发者维基:
http://www.reactos.org/wiki/Welcome_to_the_ReactOS_Development_Wiki
内容很详细。
算是ROS开发者工作手册。
2009年08月19日 04点08分 4
1