diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-13 12:24:28 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-13 12:24:28 +0000 |
commit | b184fc81d62fab3c2f909e8a15961ec0ca491b99 (patch) | |
tree | e02c59a450294dd6d8c1f0cf74b4b070404d8be9 | |
parent | 0af45cd18b3b81c833aac566baea52027d3d74f8 (diff) | |
download | tigervnc-b184fc81d62fab3c2f909e8a15961ec0ca491b99.tar.gz tigervnc-b184fc81d62fab3c2f909e8a15961ec0ca491b99.zip |
Add new simd files to Visual Studio project file.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3671 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r-- | common/jpeg/jpeg.dsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/common/jpeg/jpeg.dsp b/common/jpeg/jpeg.dsp index 27edabf7..37566e51 100644 --- a/common/jpeg/jpeg.dsp +++ b/common/jpeg/jpeg.dsp @@ -265,6 +265,10 @@ SOURCE=.\jquant2.c # End Source File
# Begin Source File
+SOURCE=.\jsimd.c
+# End Source File
+# Begin Source File
+
SOURCE=.\jutils.c
# End Source File
# End Group
@@ -313,6 +317,14 @@ SOURCE=.\jpeglib.h # End Source File
# Begin Source File
+SOURCE=.\jsimd.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\jsimddct.h
+# End Source File
+# Begin Source File
+
SOURCE=.\jversion.h
# End Source File
# End Group
|