Changeset 101
- Timestamp:
- 06/02/05 00:00:35 (4 years ago)
- Files:
-
- trunk/dspruntime.bat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dspruntime.bat
r67 r101 1 dmd -c dsp\servlet\IDSPRequest.d -odruntime 2 dmd -c dsp\servlet\IDSPResponse.d -odruntime 3 dmd -c misc\DllStub.d -odruntime 1 dmd -c dsp\servlet\IDSPRequest.d -odlib 2 dmd -c dsp\servlet\IDSPResponse.d -odlib 3 dmd -c dsp\servlet\DSPAttributes.d -odlib 4 dmd -c dsp\Runtime.d -odlib 5 dmd -c misc\DllStub.d -odlib 4 6
