Author Topic: visual c++ 2003 toolkit, can i make a workspace from a make file?  (Read 3967 times)

sp_1d4r

  • Guest
i dont know much about make files, but i have a good experience with command line interfaces.


oh i got to "This is a custom Makefile" option, tip,  somewhere in the forum search, but im not sure what else you have to do.
« Last Edit: October 25, 2005, 04:59:55 pm by sp_1d4r »

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: visual c++ 2003 toolkit, can i make a workspace from a make file?
« Reply #1 on: October 25, 2005, 06:51:21 pm »
Makefiles are generated from codeblocks cbp (or workspace? i'm not sure) files.

But it's not possible to dothe opposite, you'd have to analyse the makefile and make your own workspace.

What you CAN do, is add the files you need to edit to your project / workspace, and select "use custom makefile" to compile using your project using the existing makefile.