diff options
author | handbrake <[email protected]> | 2006-01-14 13:30:07 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 13:30:07 +0000 |
commit | 755fee5744c3704666a875fc09dc982aded7f783 (patch) | |
tree | 6dcb37dc59f66e20ca7ea0b22752b40533e69ad0 /Jamfile | |
parent | b69e82fd960103c41979e00beb9b1c9fac78083b (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-- | Jamfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |