summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorhandbrake <[email protected]>2006-01-14 13:30:07 +0000
committerhandbrake <[email protected]>2006-01-14 13:30:07 +0000
commit755fee5744c3704666a875fc09dc982aded7f783 (patch)
tree6dcb37dc59f66e20ca7ea0b22752b40533e69ad0 /Jamfile
parentb69e82fd960103c41979e00beb9b1c9fac78083b (diff)
HandBrake 0.6.0
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@13 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index b4a8aca70..7691d8ec9 100644
--- a/Jamfile
+++ b/Jamfile
@@ -1,4 +1,4 @@
-# $Id: Jamfile,v 1.40 2004/03/08 11:32:48 titer Exp $
+# $Id: Jamfile,v 1.41 2004/03/15 17:08:37 titer Exp $
#
# This file is part of the HandBrake source code.
# Homepage: <http://handbrake.m0k.org/>.
@@ -25,7 +25,7 @@ if $(OS) = BEOS
-I$(TOP)/core -I$(TOP)/beos/liblayout -g -Wall ;
LINKLIBS on HandBrake = $(LINKLIBS) -L$(TOP)/lib -llayout -lbe ;
LinkLibraries HandBrake : $(HB_LIBS) ;
- Main HandBrake : $(SOURCES_BEOS) ;
+# Main HandBrake : $(SOURCES_BEOS) ;
}
# OS X