Added .nim.cfg files for automatically link to libDOtherSide

This commit is contained in:
Filippo Cucchetto 2015-11-21 17:15:41 +01:00
parent be1a83a391
commit ea8bf458a6
7 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1 @@
--passL:"-lDOtherSide"

View File

@ -0,0 +1 @@
--passL:"-lDOtherSide"

View File

@ -0,0 +1 @@
--passL:"-lDOtherSide"

View File

@ -0,0 +1 @@
--passL:"-lDOtherSide"

View File

@ -0,0 +1 @@
--passL:"-lDOtherSide"

View File

@ -0,0 +1 @@
--passL:"-lDOtherSide"

View File

@ -1,6 +1,6 @@
[Package]
name = "nimqml"
version = "0.4.5"
version = "0.4.6"
author = "Filippo Cucchetto, Will Szumski"
description = "QML bindings for Nim"
license = "LGPLv3"