From 307adb34ab6737e734250e0175c5c4a59d9bdd61 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 6 Jul 2008 05:04:38 +0000 Subject: [PATCH] moved more files around --HG-- branch : refac-jit extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/refac-jit%402371 --- sourcepawn/jit/{x86 => }/Makefile | 0 sourcepawn/jit/{x86 => }/dll_exports.cpp | 0 sourcepawn/jit/{x86 => }/dll_exports.h | 0 sourcepawn/jit/{x86 => }/jit_version.h | 0 sourcepawn/jit/{x86 => }/jit_version.tpl | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename sourcepawn/jit/{x86 => }/Makefile (100%) rename sourcepawn/jit/{x86 => }/dll_exports.cpp (100%) rename sourcepawn/jit/{x86 => }/dll_exports.h (100%) rename sourcepawn/jit/{x86 => }/jit_version.h (100%) rename sourcepawn/jit/{x86 => }/jit_version.tpl (100%) diff --git a/sourcepawn/jit/x86/Makefile b/sourcepawn/jit/Makefile similarity index 100% rename from sourcepawn/jit/x86/Makefile rename to sourcepawn/jit/Makefile diff --git a/sourcepawn/jit/x86/dll_exports.cpp b/sourcepawn/jit/dll_exports.cpp similarity index 100% rename from sourcepawn/jit/x86/dll_exports.cpp rename to sourcepawn/jit/dll_exports.cpp diff --git a/sourcepawn/jit/x86/dll_exports.h b/sourcepawn/jit/dll_exports.h similarity index 100% rename from sourcepawn/jit/x86/dll_exports.h rename to sourcepawn/jit/dll_exports.h diff --git a/sourcepawn/jit/x86/jit_version.h b/sourcepawn/jit/jit_version.h similarity index 100% rename from sourcepawn/jit/x86/jit_version.h rename to sourcepawn/jit/jit_version.h diff --git a/sourcepawn/jit/x86/jit_version.tpl b/sourcepawn/jit/jit_version.tpl similarity index 100% rename from sourcepawn/jit/x86/jit_version.tpl rename to sourcepawn/jit/jit_version.tpl