|
From: Gisle V. <gv...@br...> - 2011-07-02 18:28:49
|
Sorry for the late email in this thread; my ISP got blacklisted by sourceforge and many others because some of my ISP's customers were sending spam! "Greg Chicares" <gch...@sb...> wrote: > Try doubling the slashes, e.g.: > cl //c //O2 "src\test.cpp" cl handles '-' and Unix-names just fine. Use "cl -c -O2 src/test.cpp". More readable IMHO. --gv |