summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-08-23 12:18:29 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-08-23 12:18:29 +0000
commitc9c9a6a3353270cd19c543b715ae01765bcc05d7 (patch)
tree45458f8512d9f2ec5d3c05b9df1d9c7a1d48762d
parent65dd83d15b83e5f697854c5e64dec1ef9380ea71 (diff)
downloadATCD-c9c9a6a3353270cd19c543b715ae01765bcc05d7.tar.gz
ChangeLogTag: Fri Aug 23 07:16:13 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--bin/MakeProjectCreator/templates/vc6dsp.mpd6
3 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 512267da229..b4635d920d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Aug 23 07:16:13 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/vc6dsp.mpd:
+
+ Fixed a problem where the pch header files is not in the list of
+ header files.
+
Fri Aug 23 06:07:38 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ace/OS.h (ACE_OS):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 512267da229..b4635d920d0 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Fri Aug 23 07:16:13 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/vc6dsp.mpd:
+
+ Fixed a problem where the pch header files is not in the list of
+ header files.
+
Fri Aug 23 06:07:38 2002 Krishnakumar B <kitty@cs.wustl.edu>
* ace/OS.h (ACE_OS):
diff --git a/bin/MakeProjectCreator/templates/vc6dsp.mpd b/bin/MakeProjectCreator/templates/vc6dsp.mpd
index dac0dafa695..fd2f4d1cf42 100644
--- a/bin/MakeProjectCreator/templates/vc6dsp.mpd
+++ b/bin/MakeProjectCreator/templates/vc6dsp.mpd
@@ -102,6 +102,12 @@ SOURCE=.\<%source_file%>
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hh"
+<%if(pch_header)%>
+# Begin Source File
+
+SOURCE=.\<%pch_header%>
+# End Source File
+<%endif%>
<%foreach(header_files)%>
# Begin Source File