Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2013-01-29 19:04:11 +0400
committerJason Perkins <starkos@industriousone.com>2013-01-29 19:04:11 +0400
commit1ab1d57421cab892d5b41a4da4a277310e2dc297 (patch)
tree20933a9bf54fb27fbfe78f1eed184a8917eabea8 /CHANGES.txt
parent53b6b39a8d1db9b6cabaf190c326a42064217266 (diff)
Fix linking to external libraries outside of project folder
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dfbc7ee..66d5772 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -67,6 +67,7 @@
* Pull 25: Add Unix support to os.getversion() (wfgleper)
* Bug 268: Target extension not set properly for Visual Studio 2010
* Allow command line override of makefile flags (Cameron Hart)
+* Fix linking to external libraries outside of project folder
-------