summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-10-20 18:32:43 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-10-20 18:32:43 +0000
commita3081a37b132c9a3395b2f3c3a649e6ba5ce5989 (patch)
treeb7d7e843ba922d2b8f314054849fd87e6d336d2d
parente01f5a9b69c98d0aaa3ab2622fb359ba89a3a2e6 (diff)
downloadATCD-a3081a37b132c9a3395b2f3c3a649e6ba5ce5989.tar.gz
ChangeLogTag: Mon Oct 20 13:31:36 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog82
-rw-r--r--bin/MakeProjectCreator/templates/nmake.mpd2
2 files changed, 46 insertions, 38 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e1a5feaf75..e6b538368f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Oct 20 13:31:36 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+
+ Remove the dependency on the pch generated file from the object
+ target. It is unnecessary and causes problems with the /YX
+ option.
+
Mon Oct 20 16:38:12 UTC 2003 Don Hinton <dhinton@dresystems.com>
* bin/create_ace_build.pl:
@@ -22,53 +30,53 @@ Mon Oct 20 16:38:12 UTC 2003 Don Hinton <dhinton@dresystems.com>
Sun Oct 19 21:25:59 2003 Venkita Subramonian <venkita@cs.wustl.edu>
- * performance-tests/SCTP/hist.cpp: Fixed fuzz errors. Include
- "ace/os_include/os_math.h" instead of math.h.
+ * performance-tests/SCTP/hist.cpp: Fixed fuzz errors. Include
+ "ace/os_include/os_math.h" instead of math.h.
Sun Oct 19 21:16:44 2003 Venkita Subramonian <venkita@cs.wustl.edu>
- * apps/JAWS3/http/HTTP_Service_Handler.h:
- * apps/JAWS3/http/HTTP_Service_Handler.cpp:
- * apps/JAWS3/small/SS_Service_Handler.cpp:
- * apps/JAWS3/small/SS_Service_Handler.h: Fixed Fuzz errors.
+ * apps/JAWS3/http/HTTP_Service_Handler.h:
+ * apps/JAWS3/http/HTTP_Service_Handler.cpp:
+ * apps/JAWS3/small/SS_Service_Handler.cpp:
+ * apps/JAWS3/small/SS_Service_Handler.h: Fixed Fuzz errors.
Sun Oct 19 20:36:50 2003 Venkita Subramonian <venkita@cs.wustl.edu>
- * Kokyu/docs/Kokyu.html:
- * Kokyu/docs/kokyu1.jpg:
- * Kokyu/docs/kokyu2.jpg:
- * Kokyu/docs/KokyuEC.jpg:
- * Kokyu/Kokyu.html:
- * Kokyu/kokyu1.jpg:
- * Kokyu/kokyu2.jpg:
- * Kokyu/KokyuEC.jpg: Moved these files to Kokyu/docs. Thanks to
- Bala for pointing this out.
+ * Kokyu/docs/Kokyu.html:
+ * Kokyu/docs/kokyu1.jpg:
+ * Kokyu/docs/kokyu2.jpg:
+ * Kokyu/docs/KokyuEC.jpg:
+ * Kokyu/Kokyu.html:
+ * Kokyu/kokyu1.jpg:
+ * Kokyu/kokyu2.jpg:
+ * Kokyu/KokyuEC.jpg: Moved these files to Kokyu/docs. Thanks to
+ Bala for pointing this out.
Fri Oct 17 16:21:39 2003 Steve Huston <shuston@riverace.com>
- * include/makeinclude/wrapper_macros.GNU: Only set SONAME if
- platform_macros.GNU didn't.
+ * include/makeinclude/wrapper_macros.GNU: Only set SONAME if
+ platform_macros.GNU didn't.
- * include/makeinclude/platform_g++_common.GNU: Conditionalize
- addition of SONAME to SOFLAGS based on versioned_so, not on
- SONAME's content. However, even with versioned_so, don't try to
- add SOFLAGS stuff if with_ld is openbsd - it doesn't support it.
+ * include/makeinclude/platform_g++_common.GNU: Conditionalize
+ addition of SONAME to SOFLAGS based on versioned_so, not on
+ SONAME's content. However, even with versioned_so, don't try to
+ add SOFLAGS stuff if with_ld is openbsd - it doesn't support it.
- * include/makeinclude/platform_aix_g++.GNU:
- * include/makeinclude/platform_hpux_aCC.GNU:
- * include/makeinclude/platform_hpux_gcc.GNU:
- * include/makeinclude/platform_macosx.GNU:
- * include/makeinclude/platform_vxworks5.x_g++.GNU: Set versioned_so
- to 0 by default to avoid shared lib version tagging rather
- than set SONAME to blank.
+ * include/makeinclude/platform_aix_g++.GNU:
+ * include/makeinclude/platform_hpux_aCC.GNU:
+ * include/makeinclude/platform_hpux_gcc.GNU:
+ * include/makeinclude/platform_macosx.GNU:
+ * include/makeinclude/platform_vxworks5.x_g++.GNU: Set versioned_so
+ to 0 by default to avoid shared lib version tagging rather
+ than set SONAME to blank.
- * include/makeinclude/platform_openbsd.GNU: Set with_ld to openbsd
- to tell platform_g++_common.GNU not to add the ldname options
- even if versioned_so is enabled.
+ * include/makeinclude/platform_openbsd.GNU: Set with_ld to openbsd
+ to tell platform_g++_common.GNU not to add the ldname options
+ even if versioned_so is enabled.
- * include/makeinclude/platform_sunos5_sunc++.GNU: Add shared lib
- option to SOFLAGS if versioned_so is 1. Set versioned_so to 1
- by default.
+ * include/makeinclude/platform_sunos5_sunc++.GNU: Add shared lib
+ option to SOFLAGS if versioned_so is 1. Set versioned_so to 1
+ by default.
Fri Oct 17 06:48:15 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
@@ -77,9 +85,9 @@ Fri Oct 17 06:48:15 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Thu Oct 16 21:18:06 2003 Venkita Subramonian <venkita@cs.wustl.edu>
- * bin/MakeProjectCreator/config/kokyu_dsrt_schedulers.mpb:
- Added rtscheduling as a base project. This should take care of
- link problems in cygwin build.
+ * bin/MakeProjectCreator/config/kokyu_dsrt_schedulers.mpb:
+ Added rtscheduling as a base project. This should take care of
+ link problems in cygwin build.
Thu Oct 16 18:08:01 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/bin/MakeProjectCreator/templates/nmake.mpd b/bin/MakeProjectCreator/templates/nmake.mpd
index b9f77334282..ffa27656693 100644
--- a/bin/MakeProjectCreator/templates/nmake.mpd
+++ b/bin/MakeProjectCreator/templates/nmake.mpd
@@ -218,7 +218,7 @@ CPP_SWITCHES=/nologo <%if(add_compile)%><%add_compile%> <%endif%><%if(optimize)%
<%foreach(source_files)%>
SOURCE=.\<%source_file%>
-"$(INTDIR)\<%basenoextension(source_file)%>.obj" : $(SOURCE) "$(INTDIR)"<%if(pch_header)%> "$(INTDIR)\<%noextension(pch_header)%>.pch"<%endif%>
+"$(INTDIR)\<%basenoextension(source_file)%>.obj" : $(SOURCE) "$(INTDIR)"
<%if(basename_found)%>
$(CPP) $(CPP_PROJ) $(SOURCE)
<%endif%>