diff options
author | jjc <jjc> | 1998-11-25 08:31:49 +0000 |
---|---|---|
committer | jjc <jjc> | 1998-11-25 08:31:49 +0000 |
commit | b36dd80b519c47ddb566a3ba75092f837433769a (patch) | |
tree | ae82ae57e6412cd6952057b6a436cb34fa6b4bfc /xmlwf/xmlwf.dsp | |
parent | 597af1d741df0e19d4f2c15a7022e52e10d1b637 (diff) | |
download | libexpat-b36dd80b519c47ddb566a3ba75092f837433769a.tar.gz |
Separate file processing into xmlfile.c/h.
Diffstat (limited to 'xmlwf/xmlwf.dsp')
-rwxr-xr-x | xmlwf/xmlwf.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xmlwf/xmlwf.dsp b/xmlwf/xmlwf.dsp index ba74564..51de958 100755 --- a/xmlwf/xmlwf.dsp +++ b/xmlwf/xmlwf.dsp @@ -105,6 +105,10 @@ SOURCE=.\win32filemap.c # End Source File # Begin Source File +SOURCE=.\xmlfile.c +# End Source File +# Begin Source File + SOURCE=.\xmlwf.c # End Source File # End Group @@ -115,6 +119,14 @@ SOURCE=.\xmlwf.c SOURCE=.\codepage.h # End Source File +# Begin Source File + +SOURCE=.\xmlfile.h +# End Source File +# Begin Source File + +SOURCE=.\xmltchar.h +# End Source File # End Group # Begin Group "Resource Files" |