From a69a156210e3d4bb9499b412e0b0dffa475f7c5d Mon Sep 17 00:00:00 2001 From: Mackenzie Straight Date: Sat, 19 Feb 2005 02:16:14 +0000 Subject: [PATCH] update makefile, remove VC project --- Makefile.win32 | 2 +- factor.sln | 21 --- factor.vcproj | 498 ------------------------------------------------- 3 files changed, 1 insertion(+), 520 deletions(-) delete mode 100644 factor.sln delete mode 100644 factor.vcproj diff --git a/Makefile.win32 b/Makefile.win32 index b5a5cdd149..804a9999f0 100644 --- a/Makefile.win32 +++ b/Makefile.win32 @@ -22,7 +22,7 @@ OBJS = $(WIN32_OBJS) native\arithmetic.o native\array.o native\bignum.o \ native\word.o native\compiler.o \ native\ffi.o native\boolean.o \ native\debug.o \ - native\hashtable.o native\scan.o \ + native\hashtable.o default: @echo "Run 'make' with one of the following parameters:" diff --git a/factor.sln b/factor.sln deleted file mode 100644 index cf6a0ee1f9..0000000000 --- a/factor.sln +++ /dev/null @@ -1,21 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "factor", "factor.vcproj", "{3AE5FAF6-99AC-4B8F-9107-8A346B3D87A4}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - Release = Release - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {3AE5FAF6-99AC-4B8F-9107-8A346B3D87A4}.Debug.ActiveCfg = Debug|Win32 - {3AE5FAF6-99AC-4B8F-9107-8A346B3D87A4}.Debug.Build.0 = Debug|Win32 - {3AE5FAF6-99AC-4B8F-9107-8A346B3D87A4}.Release.ActiveCfg = Release|Win32 - {3AE5FAF6-99AC-4B8F-9107-8A346B3D87A4}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal diff --git a/factor.vcproj b/factor.vcproj deleted file mode 100644 index c5e34b7093..0000000000 --- a/factor.vcproj +++ /dev/null @@ -1,498 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.34.1