From 4766a7a7a2f23ee10560e1a2a177eec8931d974a Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Wed, 13 Feb 2013 23:17:52 +0100 Subject: Added a convenient and flexible build system. --- thread_wrapper/build_thread_wrapper.gpr | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 thread_wrapper/build_thread_wrapper.gpr (limited to 'thread_wrapper') diff --git a/thread_wrapper/build_thread_wrapper.gpr b/thread_wrapper/build_thread_wrapper.gpr deleted file mode 100644 index 78325b4..0000000 --- a/thread_wrapper/build_thread_wrapper.gpr +++ /dev/null @@ -1,20 +0,0 @@ --- Use this project file to compile the thread wrapper into a static library. --- Copyright 2013 B. Persson, Bjorn@Rombobeorn.se --- --- This project file is free software: you can redistribute it and/or modify it --- under the terms of the GNU General Public License version 3, as published --- by the Free Software Foundation. - - -with "directories"; - -library project Build_Thread_Wrapper is - - Destdir := external("DESTDIR", ""); - - for Library_Name use "adamilter_thread_wrapper"; - for Library_Kind use "static"; - for Library_Dir use Destdir & Directories.Libdir; - for Languages use ("C"); - -end Build_Thread_Wrapper; -- cgit v1.2.3