From 66ae44c5acd92282a8f20f969a4a14056ffe5ecb Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 31 Oct 2002 15:55:52 +0000 Subject: [PATCH] Source files to Source directory git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1513 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/{ => Source}/Buffers.c | 0 Contrib/System/{ => Source}/Buffers.h | 0 Contrib/System/{ => Source}/Plugin.c | 0 Contrib/System/{ => Source}/Plugin.h | 0 Contrib/System/{ => Source}/System.c | 0 Contrib/System/{ => Source}/System.h | 0 Contrib/System/{ => Source}/System.sln | 0 Contrib/System/{ => Source}/System.vcproj | 0 Contrib/System/{ => Source}/stdafx.c | 0 Contrib/System/{ => Source}/stdafx.h | 0 Contrib/System/{ => Source}/vc7ldvrm.obj | Bin Contrib/System/{ => Source}/vc7lmul.obj | Bin Contrib/System/{ => Source}/vc7lshl.obj | Bin Contrib/System/{ => Source}/vc7lshr.obj | Bin 14 files changed, 0 insertions(+), 0 deletions(-) rename Contrib/System/{ => Source}/Buffers.c (100%) rename Contrib/System/{ => Source}/Buffers.h (100%) rename Contrib/System/{ => Source}/Plugin.c (100%) rename Contrib/System/{ => Source}/Plugin.h (100%) rename Contrib/System/{ => Source}/System.c (100%) rename Contrib/System/{ => Source}/System.h (100%) rename Contrib/System/{ => Source}/System.sln (100%) rename Contrib/System/{ => Source}/System.vcproj (100%) rename Contrib/System/{ => Source}/stdafx.c (100%) rename Contrib/System/{ => Source}/stdafx.h (100%) rename Contrib/System/{ => Source}/vc7ldvrm.obj (100%) rename Contrib/System/{ => Source}/vc7lmul.obj (100%) rename Contrib/System/{ => Source}/vc7lshl.obj (100%) rename Contrib/System/{ => Source}/vc7lshr.obj (100%) diff --git a/Contrib/System/Buffers.c b/Contrib/System/Source/Buffers.c similarity index 100% rename from Contrib/System/Buffers.c rename to Contrib/System/Source/Buffers.c diff --git a/Contrib/System/Buffers.h b/Contrib/System/Source/Buffers.h similarity index 100% rename from Contrib/System/Buffers.h rename to Contrib/System/Source/Buffers.h diff --git a/Contrib/System/Plugin.c b/Contrib/System/Source/Plugin.c similarity index 100% rename from Contrib/System/Plugin.c rename to Contrib/System/Source/Plugin.c diff --git a/Contrib/System/Plugin.h b/Contrib/System/Source/Plugin.h similarity index 100% rename from Contrib/System/Plugin.h rename to Contrib/System/Source/Plugin.h diff --git a/Contrib/System/System.c b/Contrib/System/Source/System.c similarity index 100% rename from Contrib/System/System.c rename to Contrib/System/Source/System.c diff --git a/Contrib/System/System.h b/Contrib/System/Source/System.h similarity index 100% rename from Contrib/System/System.h rename to Contrib/System/Source/System.h diff --git a/Contrib/System/System.sln b/Contrib/System/Source/System.sln similarity index 100% rename from Contrib/System/System.sln rename to Contrib/System/Source/System.sln diff --git a/Contrib/System/System.vcproj b/Contrib/System/Source/System.vcproj similarity index 100% rename from Contrib/System/System.vcproj rename to Contrib/System/Source/System.vcproj diff --git a/Contrib/System/stdafx.c b/Contrib/System/Source/stdafx.c similarity index 100% rename from Contrib/System/stdafx.c rename to Contrib/System/Source/stdafx.c diff --git a/Contrib/System/stdafx.h b/Contrib/System/Source/stdafx.h similarity index 100% rename from Contrib/System/stdafx.h rename to Contrib/System/Source/stdafx.h diff --git a/Contrib/System/vc7ldvrm.obj b/Contrib/System/Source/vc7ldvrm.obj similarity index 100% rename from Contrib/System/vc7ldvrm.obj rename to Contrib/System/Source/vc7ldvrm.obj diff --git a/Contrib/System/vc7lmul.obj b/Contrib/System/Source/vc7lmul.obj similarity index 100% rename from Contrib/System/vc7lmul.obj rename to Contrib/System/Source/vc7lmul.obj diff --git a/Contrib/System/vc7lshl.obj b/Contrib/System/Source/vc7lshl.obj similarity index 100% rename from Contrib/System/vc7lshl.obj rename to Contrib/System/Source/vc7lshl.obj diff --git a/Contrib/System/vc7lshr.obj b/Contrib/System/Source/vc7lshr.obj similarity index 100% rename from Contrib/System/vc7lshr.obj rename to Contrib/System/Source/vc7lshr.obj