diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2002-08-23 12:18:29 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2002-08-23 12:18:29 +0000 |
commit | c9c9a6a3353270cd19c543b715ae01765bcc05d7 (patch) | |
tree | 45458f8512d9f2ec5d3c05b9df1d9c7a1d48762d /bin/MakeProjectCreator | |
parent | 65dd83d15b83e5f697854c5e64dec1ef9380ea71 (diff) | |
download | ATCD-c9c9a6a3353270cd19c543b715ae01765bcc05d7.tar.gz |
ChangeLogTag: Fri Aug 23 07:16:13 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin/MakeProjectCreator')
-rw-r--r-- | bin/MakeProjectCreator/templates/vc6dsp.mpd | 6 |
1 files changed, 6 insertions, 0 deletions
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 |