head	1.2;
access;
symbols
	RELENG_7_4_0_RELEASE:1.1.1.1.2.1
	RELENG_7_4:1.1.1.1.2.1.0.8
	RELENG_7_4_BP:1.1.1.1.2.1
	RELENG_7_3_0_RELEASE:1.1.1.1.2.1
	RELENG_7_3:1.1.1.1.2.1.0.6
	RELENG_7_3_BP:1.1.1.1.2.1
	RELENG_7_2_0_RELEASE:1.1.1.1.2.1
	RELENG_7_2:1.1.1.1.2.1.0.4
	RELENG_7_2_BP:1.1.1.1.2.1
	RELENG_7_1_0_RELEASE:1.1.1.1.2.1
	RELENG_7_1:1.1.1.1.2.1.0.2
	RELENG_7_1_BP:1.1.1.1.2.1
	v0_5_10:1.1.1.2
	RELENG_7_0_0_RELEASE:1.1.1.1
	RELENG_7_0:1.1.1.1.0.4
	RELENG_7_0_BP:1.1.1.1
	RELENG_7:1.1.1.1.0.2
	RELENG_7_BP:1.1.1.1
	v0_5_8:1.1.1.1
	MALINEN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.03.02.02.29.17;	author sam;	state dead;
branches;
next	1.1;

1.1
date	2007.07.11.15.48.34;	author sam;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2007.07.11.15.48.34;	author sam;	state Exp;
branches
	1.1.1.1.2.1;
next	1.1.1.2;

1.1.1.2
date	2008.03.24.19.46.51;	author sam;	state Exp;
branches;
next	;

1.1.1.1.2.1
date	2008.04.25.17.35.33;	author sam;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 189264 on 2009-03-02 02:29:17Z by sam

don't need these any more; we are now using a combined tree
@
text
@#!/bin/sh

# qmake seems to be forcing include and lib paths from the original build
# and I have no idea how to change these. For now, just override the
# directories in the Makefile.Release file after qmake run.

qmake -spec /q/jm/qt4-win/4.0.0/mkspecs/win32-g++ wpa_gui.pro -o Makefile
cat Makefile.Release |
    sed s%qt4/lib%qt4-win/4.0.0/lib%g |
    sed s%qt4/include%qt4-win/4.0.0/include%g > tmp.Makefile.Release &&
mv -f tmp.Makefile.Release Makefile.Release
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import of WPA supplicant 0.5.8
@
text
@@


1.1.1.1.2.1
log
@MFC: wpa_supplicant 0.5.10 + syslog support
@
text
@d7 1
a7 1
qmake -spec /q/jm/qt4-win/4.3.3/mkspecs/win32-g++ wpa_gui.pro -o Makefile
d9 2
a10 2
    sed s%/usr/lib/qt4%/q/jm/qt4-win/4.3.3/lib%g |
    sed s%/usr/include/qt4%/q/jm/qt4-win/4.3.3/include%g > tmp.Makefile.Release &&
@


1.1.1.2
log
@Import of WPA supplicant 0.5.10
@
text
@d7 1
a7 1
qmake -spec /q/jm/qt4-win/4.3.3/mkspecs/win32-g++ wpa_gui.pro -o Makefile
d9 2
a10 2
    sed s%/usr/lib/qt4%/q/jm/qt4-win/4.3.3/lib%g |
    sed s%/usr/include/qt4%/q/jm/qt4-win/4.3.3/include%g > tmp.Makefile.Release &&
@

