Anonymous - 2002-09-11

There is a glitch cause I beleive by SPACES in the wxWindows templates.

Note lack of "\" in output but Compiler bitches that it can't find .res.  See messages below.

g++.exe main.o WxWindows\ Project.res -o "WxWindows Project.exe" -L"f:\s\Dev-Cpp4950\lib" -lwx -lxpm -lstdc++ -lgcc -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lodbc32 -ladvapi32 -lole32 -loleaut32 -luuid -lodbc32 -lwsock32 -lopengl32 -lglu32 -I"f:\s\Dev-Cpp4950\include"  -I"f:\s\Dev-Cpp4950\include\g++-3"  -I"f:\s\Dev-Cpp4950\include"  -D_X86_=1 -DWIN32 -D_WIN32 -D__WIN95__ -D__GNUWIN32__ -D__WIN32__ -DSTRICT  -D__WXMSW__ -D__WINDOWS__ -fvtable-thunks -fno-pcc-struct-return -fno-rtti -fno-exceptions -fstrict-aliasing -s -mwindows g++.exe: WxWindows\: No such file or directory g++.exe: Project.res: No such file or directory make.exe: *** [WxWindows Project.exe] Error 1 Execution terminated