Changeset 85
- Timestamp:
- 01/15/07 00:07:55 (2 years ago)
- Files:
-
- trunk/infrastructure/python/2.4/python.d (modified) (1 diff)
- trunk/infrastructure/python/2.5/python.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/infrastructure/python/2.4/python.d
r69 r85 11 11 module python; 12 12 13 version (Pyd_with_Tango) { 13 version (build) { 14 version (DigitalMars) { 15 version (Windows) { 16 pragma(link, "python24_digitalmars"); 17 } 18 } else { 19 pragma(link, "python2.4"); 20 } 21 } 22 23 version (Tango) { 14 24 import tango.stdc.stdio; 15 25 import tango.stdc.time; trunk/infrastructure/python/2.5/python.d
r69 r85 12 12 module python; 13 13 14 version (Pyd_with_Tango) { 14 version (build) { 15 version (DigitalMars) { 16 version (Windows) { 17 pragma(link, "python25_digitalmars"); 18 } 19 } else { 20 pragma(link, "python2.5"); 21 } 22 } 23 24 version (Tango) { 15 25 import tango.stdc.stdio; 16 26 import tango.stdc.time;
