summaryrefslogtreecommitdiff
path: root/templates/nmake.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-08-09 01:20:44 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-08-09 01:20:44 +0000
commit51d15a33022f5c32be8f12965e75dd4a8b4062ed (patch)
tree87f500e36475d7e727b65c3e90ad8f3a306392d6 /templates/nmake.mpd
parent769246c5c8b2eaf26eef5e62df51732d800291ee (diff)
downloadMPC-51d15a33022f5c32be8f12965e75dd4a8b4062ed.tar.gz
ChangeLogTag: Wed Aug 9 01:14:54 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/nmake.mpd')
-rw-r--r--templates/nmake.mpd6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index 2429a534..e5009e12 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -71,9 +71,9 @@ ALL :<%if(prebuild)%> __prebuild__<%endif%> DEPENDCHECK $(GENERATED_DIRTY)<%if(e
DEPEND :
!IF "$(DEPGEN)" == ""
@echo No suitable dependency generator could be found.
- @echo You can check one out from OCI using the following cvs command:
- @echo cvs -d :pserver:anonymous@anoncvs.ociweb.com:/cvs co Depgen
- @echo Then set the DEPGEN_ROOT environment variable to the full path of Depgen.
+ @echo You can check one out from the DOC Group using the following svn command:
+ @echo svn co svn://svn.dre.vanderbilt.edu/DOC/ACE/trunk/ACE/bin Utils
+ @echo Then set the DEPGEN_ROOT environment variable to the full path of Utils.
!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(source_files)%> "<%source_file%>"<%endfor%><%if(pch_source)%> "<%pch_source%>"<%endif%>