From ee961c2f7bd16b0bbea85f61ca06488793b5b108 Mon Sep 17 00:00:00 2001 From: fields_t Date: Sat, 20 Mar 2004 18:58:41 +0000 Subject: Fri Mar 19 15:35:27 MST 2004 Trevor Fields --- modules/EM3WorkspaceCreator.pm | 11 +++++++++-- modules/VA4WorkspaceCreator.pm | 11 ++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/modules/EM3WorkspaceCreator.pm b/modules/EM3WorkspaceCreator.pm index e374de01..f0d49eba 100644 --- a/modules/EM3WorkspaceCreator.pm +++ b/modules/EM3WorkspaceCreator.pm @@ -35,8 +35,15 @@ sub pre_workspace { my($fh) = shift; my($crlf) = $self->crlf(); - print $fh "Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00$crlf" . - "# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!$crlf" . + print $fh 'Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00', $crlf, + '#', $crlf, + '# $Id$', $crlf, + '#', $crlf, + '# This file was generated by MPC. Any changes made directly to', $crlf, + '# this file will be lost the next time it is generated.', $crlf, + '#', $crlf, + '# MPC Command:', $crlf, + "# $0 @ARGV", $crlf, $crlf; } diff --git a/modules/VA4WorkspaceCreator.pm b/modules/VA4WorkspaceCreator.pm index bc444485..09785638 100644 --- a/modules/VA4WorkspaceCreator.pm +++ b/modules/VA4WorkspaceCreator.pm @@ -41,7 +41,16 @@ sub pre_workspace { my($fh) = shift; my($crlf) = $self->crlf(); - print $fh "// Visual Age C++ 4 workspace file$crlf$crlf"; + print $fh '// Visual Age C++ 4 workspace file', $crlf, + '//', $crlf, + '// $Id$', $crlf, + '//', $crlf, + '// This file was generated by MPC. Any changes made directly to', $crlf, + '// this file will be lost the next time it is generated.', $crlf, + '//', $crlf, + '// MPC Command:', $crlf, + "// $0 @ARGV", $crlf, + $crlf; } -- cgit v1.2.1