Remove makefile
authorScott Cantor <cantor.2@osu.edu>
Tue, 26 Feb 2013 21:28:32 +0000 (21:28 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 26 Feb 2013 21:28:32 +0000 (21:28 +0000)
msbuild/build.make [deleted file]

diff --git a/msbuild/build.make b/msbuild/build.make
deleted file mode 100644 (file)
index 9acb917..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-#\r
-# Short cuts to make things easier\r
-\r
-SPROOT=$(MAKEDIR)\..\..\cpp-sp\r
-XMLROOT=$(MAKEDIR)\..\..\cpp-xmltooling\r
-SAMLROOT=$(MAKEDIR)\..\..\cpp-opensaml\r
-\r
-\r
-#\r
-# The targets.  We want to build the two installers\r
-#\r
-all: msi32 msi64\r
-\r
-clean: \r
-       cd $(SPROOT)\r
-       del/s *.dll *.exe *.msm *.lib *.obj\r
-       del/s *.wixobj *.lib *.wixlib  *.pdb *.wixpdb *.wixlib  *.msi \r
-       cd $(XMLROOT)\r
-       del/s *.dll *.exe *.msm *.lib *.obj\r
-       cd $(SAMLROOT)\r
-       del/s *.dll *.exe *.msm *.lib *.obj\r
-\r
-#\r
-msi32: mergemodules32 exe32 \r
-       cd $(SPROOT)\r
-       msbuild  /property:Platform=Win32;Configuration=Release /maxcpucount .\shibboleth.sln /t:Installers\MergeModules;Installers\Installer\r
-\r
-msi64: mergemodules32 exe32 mergemodules64 exe64\r
-       cd $(SPROOT)\r
-       msbuild  /property:Platform=x64;Configuration=Release /maxcpucount .\shibboleth.sln /t:Installers\MergeModules;Installers\Installer\r
-\r
-mergemodules32: xmltooling32 saml32 shibsp32\r
-\r
-mergemodules64: xmltooling64 saml64 shibsp64\r
-\r
-shibsp32:\r
-       cd $(SPROOT)\r
-       msbuild  /property:Platform=Win32;Configuration=Release /maxcpucount .\shibboleth.sln /t:shibsp;shibsp-lite\r
-       msbuild  /property:Platform=Win32;Configuration=Debug /maxcpucount .\shibboleth.sln /t:shibsp;shibsp-lite\r
-\r
-shibsp64:\r
-       cd $(SPROOT)\r
-       msbuild  /property:Platform=x64;Configuration=Release /maxcpucount .\shibboleth.sln /t:shibsp;shibsp-lite\r
-       msbuild  /property:Platform=x64;Configuration=Debug /maxcpucount .\shibboleth.sln /t:shibsp;shibsp-lite\r
-\r
-saml32:\r
-       cd $(SAMLROOT)\r
-       msbuild  /property:Platform=Win32;Configuration=Release /maxcpucount cpp-opensaml2.sln /t:saml;samlsign\r
-       msbuild  /property:Platform=Win32;Configuration=Debug /maxcpucount cpp-opensaml2.sln /t:saml;samlsign\r
-\r
-\r
-saml64:\r
-       cd $(SAMLROOT)\r
-       msbuild  /property:Platform=x64;Configuration=Release /maxcpucount cpp-opensaml2.sln /t:saml;samlsign\r
-       msbuild  /property:Platform=x64;Configuration=Debug /maxcpucount cpp-opensaml2.sln /t:saml;samlsign\r
-\r
-xmltooling32:\r
-       cd $(XMLROOT)\r
-       msbuild  /property:Platform=Win32;Configuration=Release /maxcpucount cpp-xmltooling.sln /t:xmltooling;xmltooling-lite\r
-       msbuild  /property:Platform=Win32;Configuration=Debug /maxcpucount cpp-xmltooling.sln /t:xmltooling;xmltooling-lite\r
-\r
-xmltooling64:\r
-       cd $(XMLROOT)\r
-       msbuild  /property:Platform=x64;Configuration=Release /maxcpucount cpp-xmltooling.sln /t:xmltooling;xmltooling-lite\r
-       msbuild  /property:Platform=x64;Configuration=Debug /maxcpucount cpp-xmltooling.sln /t:xmltooling;xmltooling-lite\r
-\r
-exe32:\r
-       cd $(SPROOT)\r
-       msbuild /property:Platform=Win32;Configuration=Release /maxcpucount .\shibboleth.sln /t:utilities\resolvertest;utilities\mdquery;Extensions\adfs;Extensions\adfs-lite;Extensions\odbc-store;Extensions\plugins;Extensions\plugins-lite;"Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_13";"Server Modules\mod_shib_20";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24";"Server Modules\nsapi_shib"\r
-       msbuild   /property:Platform=Win32;Configuration=Debug /maxcpucount .\shibboleth.sln /t:utilities\resolvertest;utilities\mdquery;Extensions\adfs;Extensions\adfs-lite;Extensions\odbc-store;Extensions\plugins;Extensions\plugins-lite;"Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_13";"Server Modules\mod_shib_20";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24";"Server Modules\nsapi_shib"\r
-\r
-exe64:\r
-       cd $(SPROOT)\r
-       msbuild /property:Platform=x64;Configuration=Release /maxcpucount .\shibboleth.sln /t:utilities\resolvertest;utilities\mdquery;Extensions\adfs;Extensions\adfs-lite;Extensions\odbc-store;Extensions\plugins;Extensions\plugins-lite;"Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24"\r
-       msbuild   /property:Platform=x64;Configuration=Debug /maxcpucount .\shibboleth.sln /t:utilities\resolvertest;utilities\mdquery;Extensions\adfs;Extensions\adfs-lite;Extensions\odbc-store;Extensions\plugins;Extensions\plugins-lite;"Server Modules\fastcgi\shibauthorizer";"Server Modules\fastcgi\shibresponder";shibd;"Server Modules\isapi_shib";"Server Modules\mod_shib_22";"Server Modules\mod_shib_24"\r