add -DWINDOWS to the library

This commit is contained in:
Greg Weber 2011-08-25 07:48:40 -07:00
parent 822a507f28
commit 813cf0881e

View File

@ -25,8 +25,12 @@ library
Buildable: True Buildable: True
else else
Buildable: False Buildable: False
exposed-modules: Application
if os(windows)
cpp-options: -DWINDOWS
hs-source-dirs: . hs-source-dirs: .
exposed-modules: Application
other-modules: Foundation other-modules: Foundation
Model Model
Settings Settings