root/trunk/pydmdvars.bat
| Revision 45, 232 bytes (checked in by KirkMcDonald, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | @echo off |
| 2 | |
| 3 | Set D_ROOT=C:\dmd |
| 4 | Set PY_ROOT=C:\Python25 |
| 5 | Set PATH=%D_ROOT%\dmd\bin;%D_ROOT%\dm\bin;%D_ROOT%\gdc\bin;%PY_ROOT%;%PATH% |
| 6 | Set LIB=%D_ROOT%\dmd\lib;%D_ROOT%\dm\lib;%LIB% |
| 7 | |
| 8 | echo Environment configured for Python and D |
| 9 |
Note: See TracBrowser for help on using the browser.
