diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-07-09 19:45:37 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-07-09 19:45:37 (GMT) |
commit | 56bc9bda61e06b9bd6da5aa58083e93a3b55a465 (patch) | |
tree | 2dbdf12fc6696bf3a9d133e8e23ef223690e919a /tmake | |
parent | adb81f79061729efc28e71c1474c35e21283b049 (diff) | |
download | Doxygen-56bc9bda61e06b9bd6da5aa58083e93a3b55a465.zip Doxygen-56bc9bda61e06b9bd6da5aa58083e93a3b55a465.tar.gz Doxygen-56bc9bda61e06b9bd6da5aa58083e93a3b55a465.tar.bz2 |
Release-1.1.5_20000709
Diffstat (limited to 'tmake')
-rwxr-xr-x | tmake/bin/progen | 2 | ||||
-rwxr-xr-x | tmake/bin/tmake | 2 | ||||
-rw-r--r-- | tmake/example/hello.cpp | 2 | ||||
-rw-r--r-- | tmake/example/hello.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tmake/bin/progen b/tmake/bin/progen index 8237fd5..5be6411 100755 --- a/tmake/bin/progen +++ b/tmake/bin/progen @@ -1,6 +1,6 @@ #!/usr/bin/perl ############################################################################ -# $Id$ +# # # Generates a tmake project file. # diff --git a/tmake/bin/tmake b/tmake/bin/tmake index 457467a..4862c3f 100755 --- a/tmake/bin/tmake +++ b/tmake/bin/tmake @@ -1,6 +1,6 @@ #!/usr/bin/perl ############################################################################ -# $Id$ +# # # Creates a Makefile from a template and a project file. # diff --git a/tmake/example/hello.cpp b/tmake/example/hello.cpp index dc6ff77..4868c4d 100644 --- a/tmake/example/hello.cpp +++ b/tmake/example/hello.cpp @@ -1,5 +1,5 @@ /**************************************************************************** -** $Id$ +** ** ** Copyright (C) 1992-1998 Troll Tech AS. All rights reserved. ** diff --git a/tmake/example/hello.h b/tmake/example/hello.h index 16e0871..07fb8c5 100644 --- a/tmake/example/hello.h +++ b/tmake/example/hello.h @@ -1,5 +1,5 @@ /**************************************************************************** -** $Id$ +** ** ** Copyright (C) 1992-1998 Troll Tech AS. All rights reserved. ** |