Author Topic: Get OS info in Squirrel-script  (Read 4488 times)

Offline nocide

  • Multiple posting newcomer
  • *
  • Posts: 23
Get OS info in Squirrel-script
« on: March 31, 2010, 11:34:06 pm »
The debugger settings are adjusted in the common_function.scripts
But I have to set different debug settings on different OS with the same compiler. (D-compiler)
(cause not all plattforms have the required debugger, so we need another flag to
make a workaround)

Is it possible to get the running OS in a script?
Or have someone another idea?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline nocide

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: Get OS info in Squirrel-script
« Reply #2 on: April 01, 2010, 12:45:35 am »
Oh thanks, looks great!