diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 7 | ||||
-rw-r--r-- | bin/MakeProjectCreator/templates/vc6dsp.mpd | 6 |
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 |