Changeset 4765
- Timestamp:
- Oct 29, 2007, 2:40:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/compile.py
r4764 r4765 363 363 if __name__ == '__main__': 364 364 from os.path import splitext 365 check_python_dll() 365 366 if sys.platform == 'win32': 367 check_python_dll() 366 368 if len(sys.argv) > 1: 367 369 files = sys.argv[1:]
Note: See TracChangeset
for help on using the changeset viewer.