From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- plot/osx/Jamfile | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 plot/osx/Jamfile (limited to 'plot/osx/Jamfile') diff --git a/plot/osx/Jamfile b/plot/osx/Jamfile deleted file mode 100644 index 933d56d..0000000 --- a/plot/osx/Jamfile +++ /dev/null @@ -1,21 +0,0 @@ - -# Jamfile for OS X window code development - -#PREF_CCFLAGS = $(CCOPTFLAG) ; # Turn optimisation on -PREF_CCFLAGS = $(CCDEBUGFLAG) ; # Debugging flags -#PREF_CCFLAGS += -x objective-c ; -PREF_LINKFLAGS = $(LINKDEBUGFLAG) ; - -# Hello world -#Main hello : hello.m ; - -# Hello world window in C -Main helloc : helloc.c ; - -# Hello world window in Objective-C -ObjectCcFlags hellom : -ObjC ; -Main hellom : hellom.m ; - -#GuiBin tt ; -#Main tt : tt.m ; - -- cgit v1.2.3