[Issue 5360] calling rdmd from different folder

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 19 19:12:27 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=5360



--- Comment #2 from CrypticMetaphor88 at gmail.com 2010-12-19 19:10:34 PST ---
(In reply to comment #1)
> > cd %1\src
> > build.bat
> > rdmd --build-only --chatty -of%1..\bin\main -I%1..\inc main.d
> 
> I meant
> 
> cd %1\src
> rdmd --build-only --chatty -of%1..\bin\main -I%1..\inc main.d

what I really meant:

cd %1\src
rdmd --build-only --chatty -of%1bin\main -I%1inc main.d

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list