From c6a6dd3d7dced09e84d6e51bb5db32aa7c6f2c56 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 7 Sep 2011 22:51:40 +0300 Subject: [PATCH] Move tools to their own directory as well --- Build | 4 ++-- mesh2c.cpp => tools/mesh2c.cpp | 0 viewer.cpp => tools/viewer.cpp | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename mesh2c.cpp => tools/mesh2c.cpp (100%) rename viewer.cpp => tools/viewer.cpp (100%) diff --git a/Build b/Build index 59a63b4f..da8e64c0 100644 --- a/Build +++ b/Build @@ -21,7 +21,7 @@ package "mspgl" program "mesh2c" { - source "mesh2c.cpp"; + source "tools/mesh2c.cpp"; build_info { library "mspgl"; @@ -30,7 +30,7 @@ package "mspgl" program "viewer" { - source "viewer.cpp"; + source "tools/viewer.cpp"; build_info { library "mspgl"; diff --git a/mesh2c.cpp b/tools/mesh2c.cpp similarity index 100% rename from mesh2c.cpp rename to tools/mesh2c.cpp diff --git a/viewer.cpp b/tools/viewer.cpp similarity index 100% rename from viewer.cpp rename to tools/viewer.cpp -- 2.43.0