Nightfire
03-19-2003, 09:28 PM
I'm using c++ and in dos I'm having to go from 'c:\ms' (windows dir) to c:\minGW\bin then having to compile sources from c:\cpp, so I'm using
cd c:\minGW\bin
gcc -o c:\cpp\hello c:\cpp\hello.o -mwindows
There must be an easier way? :confused: I'm spending more time just getting to filenames than creating programs and such
cd c:\minGW\bin
gcc -o c:\cpp\hello c:\cpp\hello.o -mwindows
There must be an easier way? :confused: I'm spending more time just getting to filenames than creating programs and such