head	1.4;
access;
symbols
	ansi-20040405-merged:1.1.4.1
	premerge-autoconf:1.3
	postmerge-20040315-windows:1.3
	premerge-20040315-windows:1.3
	windows-20040315-freeze:1.1.6.1
	autoconf-20031203:1.3
	autoconf-20031202:1.3
	phong-branch:1.3.0.4
	photonmap-branch:1.3.0.2
	rel-6-1-DP:1.1
	windows-branch:1.1.0.6
	rel-6-0-2:1.1
	ansi-branch:1.1.0.4
	rel-6-0-1-branch:1.1.0.2
	hartley-6-0-post:1.1
	hartley-6-0-pre:1.1
	rel-6-0-1:1.1
	AUTOCONF:1.3.0.6;
locks; strict;
comment	@# @;


1.4
date	2004.03.18.18.25.16;	author erikg;	state dead;
branches;
next	1.3;

1.3
date	2003.03.03.15.19.50;	author jra;	state Exp;
branches
	1.3.6.1;
next	1.2;

1.2
date	2002.12.04.19.13.55;	author jra;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.03.20.31.19;	author jra;	state Exp;
branches
	1.1.4.1
	1.1.6.1;
next	;

1.1.4.1
date	2004.03.17.21.22.09;	author morrison;	state Exp;
branches;
next	;

1.1.6.1
date	2004.03.11.23.47.04;	author morrison;	state Exp;
branches;
next	;

1.3.6.1
date	2004.03.18.18.10.32;	author erikg;	state dead;
branches;
next	;


desc
@@


1.4
log
@merge of AUTOCONF branch in to HEAD
@
text
@/*
 *			pro-engineer/Cakefile
 */
#include "../../Cakefile.defs"

#define PRODUCTS		proe_brl.res proe_brl_error.res proe_brl_gen_error.res
#define STATIC_PRODUCTS		proe_brl.res proe_brl_error.res proe_brl_gen_error.res
#define SRCDIR			resource
#undef BINDIR
#define BINDIR			BASEDIR/pro-engineer/text/usascii/resource
#undef BINPERM
#define BINPERM 444

#define FILES	/**/
#define	SRCSUFF	/**/

#define MANSECTION	3

/*
 *  There is nothing to compile.
 *  The "install-prod" rule should install PRODUCTS,
 *  and "inst-dist" rule should take care of copying to distribution dir.
 *  Nothing else to do.
 */
all&:
	@@echo SRCDIR:  all done

#include "../../Cakefile.rules"
@


1.3
log
@Added general error resource for Pro/E ui
@
text
@@


1.3.6.1
log
@merge from head
@
text
@@


1.2
log
@Added resource file for an error pop-up
@
text
@d6 2
a7 2
#define PRODUCTS		proe_brl.res proe_brl_error.res
#define STATIC_PRODUCTS		proe_brl.res proe_brl_error.res
@


1.1
log
@Added Pro/E resource directory
@
text
@d6 2
a7 2
#define PRODUCTS		proe_brl.res
#define STATIC_PRODUCTS		proe_brl.res
@


1.1.4.1
log
@sync branch with HEAD
@
text
@d6 2
a7 2
#define PRODUCTS		proe_brl.res proe_brl_error.res proe_brl_gen_error.res
#define STATIC_PRODUCTS		proe_brl.res proe_brl_error.res proe_brl_gen_error.res
@


1.1.6.1
log
@sync to HEAD...
@
text
@d6 2
a7 2
#define PRODUCTS		proe_brl.res proe_brl_error.res proe_brl_gen_error.res
#define STATIC_PRODUCTS		proe_brl.res proe_brl_error.res proe_brl_gen_error.res
@


