blitz-research / monkey

Blitz Research Monkey Source
226 stars 59 forks source link

stdcpp: add LIBS config var #38

Open adamredwoods opened 10 years ago

adamredwoods commented 10 years ago

Can add this just for the stdcpp builder? It'd help a lot for DLLs.

add this to " src / transcc / builders / stdcpp.monkey" after line 53

LIBS+=GetConfigVar( "LIBS" ).Replace( ";"," " )