summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2023-01-26 14:41:36 -0600
committerChad Elliott <elliottc@objectcomputing.com>2023-01-26 14:41:36 -0600
commited353bbcaa457e7f30fd94ba9c0c7aa8ca98244e (patch)
tree03c7a182c44e1216bfa83a59415678b02552ac5e
parentb8102149a637b7422ad4a57f4c89eb070cc7ccb3 (diff)
downloadMPC-ed353bbcaa457e7f30fd94ba9c0c7aa8ca98244e.tar.gz
Removed references to ociweb.com
-rw-r--r--docs/README3
-rw-r--r--rpm/MPC.templ2
-rw-r--r--templates/nmake.mpd2
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/README b/docs/README
index d52a77a8..46d296b4 100644
--- a/docs/README
+++ b/docs/README
@@ -3,8 +3,7 @@
.:: 3/13/2002 ::.
The Makefile, Project and Workspace Creator.
-Designed by Justin Michel (michel_j@ociweb.com) and Chad Elliott.
-Implemented by Chad Elliott (elliott_c@ociweb.com).
+Designed by Justin Michel and Chad Elliott.
A single tool (MPC) can be used to generate tool specific input (i.e.,
Makefile, dsp, vcproj, etc.) The generator takes platform and building
diff --git a/rpm/MPC.templ b/rpm/MPC.templ
index cbb6b3d3..beb66cac 100644
--- a/rpm/MPC.templ
+++ b/rpm/MPC.templ
@@ -6,7 +6,7 @@ License: Open Software License
Group: Software Development
BuildRoot: /tmp/mpc
Source: %{name}-%{version}.tar.bz2
-URL: http://www.ociweb.com/products/mpc
+URL: https://objectcomputing.com/products/open-source-products/mpc
Vendor: Object Computing, Inc.
Packager: PACKAGER
buildarch: noarch
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index 7615caad..1751ad2d 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -75,7 +75,7 @@ DEPEND :
@echo No suitable dependency generator could be found.
@echo One comes with MPC, just set the MPC_ROOT environment variable
@echo to the full path of MPC. You can download MPC from
- @echo http://www.ociweb.com/products/mpc/down.html
+ @echo https://github.com/DOCGroup/MPC
!ELSE
<%if(source_files || pch_source)%>
$(DEPGEN)<%foreach(includes)%> -I"<%include%>"<%endfor%><%foreach(defines cpu_defines common_defines platform_defines macros)%> -D<%define%><%endfor%><%if(unicode)%> -DUNICODE -D_UNICODE<%endif%><%if(type_is_dynamic)%><%foreach(dynamicflags)%> -D<%dynamicflag%><%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%> -D<%staticflag%><%endfor%><%endif%><%if(pch_header)%><%foreach(pch_defines)%> -D<%pch_define%><%endfor%><%endif%> -f "<%noextension(project_file)%>.dep"<%foreach(uniq(source_files))%> "<%source_file%>"<%endfor%><%if(pch_source)%> "<%pch_source%>"<%endif%>