[SCM] Simple and fast multimedia library for C++ branch, debian/scriptheader-in-example-makefiles, updated. 3341142690cb169499d36f4be51138bf3ab43d6a

Christoph Egger Christoph.Egger at gmx.de
Sat Jan 10 16:21:34 UTC 2009


The following commit has been merged in the debian/scriptheader-in-example-makefiles branch:
commit 3341142690cb169499d36f4be51138bf3ab43d6a
Merge: 762147d04444db06b0188193a029b13bf12ecdbe fe236a613446ea32cfbe2748c84bd1a841a2be8f
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat Jan 10 17:21:18 2009 +0100

    Merge commit 'refs/top-bases/debian/scriptheader-in-example-makefiles' into debian/scriptheader-in-example-makefiles

diff --combined samples/Makefile
index fc26709,7d8fb8e..fc26709
mode 100644,100755..100755
--- a/samples/Makefile
+++ b/samples/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  export DEBUGBUILD = no
  ifeq ($(DEBUGBUILD), yes)
      DEBUGFLAGS = -g -DDEBUG
diff --combined samples/X11/Makefile
index 4bbc74e,eca4cee..4bbc74e
mode 100644,100755..100755
--- a/samples/X11/Makefile
+++ b/samples/X11/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = X11
  OBJ  = X11.o
  
diff --combined samples/opengl/Makefile
index 96596af,42ff5ca..96596af
mode 100644,100755..100755
--- a/samples/opengl/Makefile
+++ b/samples/opengl/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = opengl
  OBJ  = OpenGL.o
  
diff --combined samples/pong/Makefile
index dce1be8,314ace2..dce1be8
mode 100644,100755..100755
--- a/samples/pong/Makefile
+++ b/samples/pong/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = pong
  OBJ  = Pong.o
  
diff --combined samples/post-fx/Makefile
index d783be7,2c25988..d783be7
mode 100644,100755..100755
--- a/samples/post-fx/Makefile
+++ b/samples/post-fx/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr7bin/make -f
 +
  EXEC = post-fx
  OBJ  = PostFX.o
  
diff --combined samples/qt/Makefile
index 91d52af,b02aba9..91d52af
mode 100644,100755..100755
--- a/samples/qt/Makefile
+++ b/samples/qt/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = qt
  OBJ  = Main.o QSFMLCanvas.o
  
diff --combined samples/sockets/Makefile
index 771673e,6adf020..771673e
mode 100644,100755..100755
--- a/samples/sockets/Makefile
+++ b/samples/sockets/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = sockets
  OBJ  = Sockets.o TCP.o UDP.o
  
diff --combined samples/sound/Makefile
index d42b4ba,495c13e..d42b4ba
mode 100644,100755..100755
--- a/samples/sound/Makefile
+++ b/samples/sound/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = sound
  OBJ  = Sound.o
  
diff --combined samples/sound_capture/Makefile
index 0589c4a,bc49217..0589c4a
mode 100644,100755..100755
--- a/samples/sound_capture/Makefile
+++ b/samples/sound_capture/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = sound_capture
  OBJ  = SoundCapture.o
  
diff --combined samples/voip/Makefile
index a7b92d4,1adca4e..a7b92d4
mode 100644,100755..100755
--- a/samples/voip/Makefile
+++ b/samples/voip/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = voip
  OBJ  = VoIP.o Client.o Server.o
  
diff --combined samples/window/Makefile
index 12f266b,6aa0abc..12f266b
mode 100644,100755..100755
--- a/samples/window/Makefile
+++ b/samples/window/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = window
  OBJ  = Window.o
  
diff --combined samples/wxwidgets/Makefile
index 558e565,e6586ec..558e565
mode 100644,100755..100755
--- a/samples/wxwidgets/Makefile
+++ b/samples/wxwidgets/Makefile
@@@ -1,5 -1,3 +1,5 @@@
 +#!/usr/bin/make -f
 +
  EXEC = wxwidgets
  OBJ  = Main.o wxSFMLCanvas.o
  

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list