Update of /cvsroot/monetdb/buildtools/Mx
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1733/Mx
Modified Files:
Tag: MonetDB_1-22
.cvsignore Makefile.msc MonetDB.sln Mx.vcproj install.lst
Log Message:
cleaning-up Windows Make- & Project-files, .cvsignore and install.lst
according to Niels' yesterdays' Mx changes,
removing the following files:
Index.c Tex2Html.c epstogif.in idxmx.c idxmx.vcproj prefixMxFile.c
prefixMxFile.vcproj
Index: .cvsignore
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- .cvsignore 25 Oct 2007 19:24:24 -0000 1.7
+++ .cvsignore 6 Feb 2008 06:53:30 -0000 1.7.2.1
@@ -13,19 +13,10 @@
config.status
configure
depcomp
-epstogif
-idxmx
-idxmx.exe.manifest
-idxmx.ilk
-idxmx.pdb
install-sh
missing
mx_config.h
mx_config.h.in
-prefixMxFile
-prefixMxFile.exe.manifest
-prefixMxFile.ilk
-prefixMxFile.pdb
stamp-h1
vc70.pdb
vc80.pdb
Index: install.lst
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/install.lst,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- install.lst 12 Dec 2007 10:59:16 -0000 1.3
+++ install.lst 6 Feb 2008 06:53:30 -0000 1.3.2.1
@@ -1,5 +1,2 @@
Mx/
bin/Mx
- bin/epstogif#NOT_WIN32
- bin/idxmx
- bin/prefixMxFile
Index: Mx.vcproj
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/Mx.vcproj,v
retrieving revision 1.1
retrieving revision 1.1.14.1
diff -u -d -r1.1 -r1.1.14.1
--- Mx.vcproj 14 Jun 2005 15:05:37 -0000 1.1
+++ Mx.vcproj 6 Feb 2008 06:53:30 -0000 1.1.14.1
@@ -218,26 +218,6 @@
</FileConfiguration>
</File>
<File
- RelativePath="Index.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
RelativePath="Io.c">
<FileConfiguration
Name="Debug|Win32">
@@ -318,26 +298,6 @@
</FileConfiguration>
</File>
<File
- RelativePath="Tex2Html.c">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- </File>
- <File
RelativePath="Tok.c">
<FileConfiguration
Name="Debug|Win32">
Index: MonetDB.sln
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/MonetDB.sln,v
retrieving revision 1.2
retrieving revision 1.2.12.1
diff -u -d -r1.2 -r1.2.12.1
--- MonetDB.sln 9 Mar 2006 10:47:54 -0000 1.2
+++ MonetDB.sln 6 Feb 2008 06:53:30 -0000 1.2.12.1
@@ -14,17 +14,6 @@
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "idxmx", "idxmx.vcproj",
"{B6441D66-A219-41B6-8671-DC63BC15D8E8}"
- ProjectSection(ProjectDependencies) = postProject
- {E7B3561F-5153-405A-83CA-3AD0C0CA80DD} =
{E7B3561F-5153-405A-83CA-3AD0C0CA80DD}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prefixMxFile",
"prefixMxFile.vcproj", "{7E7B0548-B66C-4561-B875-0F9F2FF981AE}"
- ProjectSection(ProjectDependencies) = postProject
- {408E0201-215B-424F-AECB-02668D827ADB} =
{408E0201-215B-424F-AECB-02668D827ADB}
- {E7B3561F-5153-405A-83CA-3AD0C0CA80DD} =
{E7B3561F-5153-405A-83CA-3AD0C0CA80DD}
- EndProjectSection
-EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Index: Makefile.msc
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/Makefile.msc,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- Makefile.msc 11 Jan 2008 10:33:49 -0000 1.12
+++ Makefile.msc 6 Feb 2008 06:53:30 -0000 1.12.2.1
@@ -29,32 +29,22 @@
MKDIR=mkdir
MT=mt -nologo
-all: Mx.exe prefixMxFile.exe idxmx.exe
+all: Mx.exe
install: all
if not exist "$(bindir)" $(MKDIR) "$(bindir)"
$(COPY) Mx.exe "$(bindir)"
- $(COPY) prefixMxFile.exe "$(bindir)"
- $(COPY) idxmx.exe "$(bindir)"
clean:
del *.exe *.obj mx_config.h
-MX_OBJS = Mx.obj Index.obj Def.obj Form.obj Tok.obj Code.obj Display.obj \
- Print.obj Io.obj Sys.obj disclaimer.obj Tex2Html.obj getopt.obj
+MX_OBJS = Mx.obj Def.obj Form.obj Tok.obj Code.obj Display.obj \
+ Print.obj Io.obj Sys.obj disclaimer.obj getopt.obj
Mx.exe: $(MX_OBJS)
$(CC) $(CFLAGS) /FeMx.exe $(MX_OBJS) /link /subsystem:console
/NODEFAULTLIB:LIBC
if exist [EMAIL PROTECTED] $(MT) -manifest [EMAIL PROTECTED]
-outputresource:$@;1
-PREFIXMXFILE_OBJS = prefixMxFile.obj disclaimer.obj getopt.obj
-prefixMxFile.exe: $(PREFIXMXFILE_OBJS)
- $(CC) $(CFLAGS) /FeprefixMxFile.exe $(PREFIXMXFILE_OBJS) /link
/subsystem:console /NODEFAULTLIB:LIBC
-
-IDXMX_OBJS = idxmx.obj
-idxmx.exe: $(IDXMX_OBJS)
- $(CC) $(CFLAGS) /Feidxmx.exe $(IDXMX_OBJS) /link /subsystem:console
/NODEFAULTLIB:LIBC
-
-$(MX_OBJS) $(PREFIXMXFILE_OBJS) $(IDXMX_OBJS): mx_config.h
+$(MX_OBJS): mx_config.h
mx_config.h: winconfig.h
$(COPY) winconfig.h mx_config.h
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins