Changeset 1747
- Timestamp:
- 11/08/08 21:09:41 (2 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/SharpGenerator.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/SharpGenerator.cobra
r1742 r1747 157 157 else: throw FallThroughException(target) 158 158 else 159 outName += '.exe'159 outName = Utils.forceExtension(outName, '.exe') 160 160 _fullExeFileName = outName 161 161
