bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Making the launch scripts a little bit more robust. #12

Closed fuerve closed 9 years ago

fuerve commented 9 years ago

They can now be run from anywhere and will detect the Parasol home directory. I'm having trouble getting Parasol itself to play nicely, so I think there might be some other bugs going on right now. This means that, for the time being, I am unable to get anything to actually run under Parasol. As far as this specific change is concerned, my worry there is that things won't play nice with pathnames that alternate between forward and backward slashes. If that ends up being the case, we'll just need to back this out and I'll fix it up.

bobjervis commented 9 years ago

Since this is Windows, we can quit using forward slashes on the command lines. I take advantage of the fact that the Windows File I/O functions don't care so I can feel a little more 'unix-y', but that's just an affectation. We'll need completely different scripts for Linux when the port gets done anyway.