From 45f61ad0466d317bb77b151ed633389fd0eeac22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B8is=C3=A6ther=20Rasch?= Date: Mon, 20 Mar 2017 16:36:16 +0100 Subject: [PATCH] Moved vccexe to a more logical place (vccexe) --- tools/{vccenv => vccexe}/vccexe.nim | 0 tools/{vccenv => vccexe}/vcvarsall.nim | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tools/{vccenv => vccexe}/vccexe.nim (100%) rename tools/{vccenv => vccexe}/vcvarsall.nim (100%) diff --git a/tools/vccenv/vccexe.nim b/tools/vccexe/vccexe.nim similarity index 100% rename from tools/vccenv/vccexe.nim rename to tools/vccexe/vccexe.nim diff --git a/tools/vccenv/vcvarsall.nim b/tools/vccexe/vcvarsall.nim similarity index 100% rename from tools/vccenv/vcvarsall.nim rename to tools/vccexe/vcvarsall.nim