head	1.2;
access;
symbols
	rel-0-2-1:1.2
	jack:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2006.04.05.21.51.59;	author robertatwood;	state Exp;
branches;
next	1.1;

1.1
date	2006.04.05.21.43.35;	author robertatwood;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2006.04.05.21.43.35;	author robertatwood;	state Exp;
branches;
next	;


desc
@@


1.2
log
@scripts for compiling with preconfigured enviornment variables
@
text
@#!/bin/bash
export CXXFLAGS="-DPORTAUDIO -DINPUT -DSCRAMBLE $CXXFLAGS"
export AUDIO_OUTLIB="-lportaudio"
make debug

@


1.1
log
@file makedeb was initially added on branch jack.
@
text
@d1 5
@


1.1.2.1
log
@added preconfigured scripts that set the environment variables
@
text
@a0 5
#!/bin/bash
export CXXFLAGS="-DPORTAUDIO -DINPUT -DSCRAMBLE $CXXFLAGS"
export AUDIO_OUTLIB="-lportaudio"
make debug

@

