dylan-hackers / mindy

Mindy - minimal compiler-interpreter for Dylan
Other
21 stars 9 forks source link

[windows] Added my_timezone and my_daylight functions for win32. #33

Closed wvdschel closed 8 years ago

wvdschel commented 8 years ago

This fixes compilation using VS2015 on my machine, though linking does not work yet.

wvdschel commented 8 years ago

The second commit fixes linking on my system.

waywardmonkeys commented 8 years ago

A couple of requests:

1) Can you pull the 2 linking fixes into 2 separate pull requests or at least not put them here? I think we want to do something different in both cases.

2) The CMakeLists.txt shouldn't do the checks for time / daylight stuff on Windows now that we have a proper Windows implementation.