diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-01-31 16:15:26 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-01-31 16:15:26 +0900 |
commit | 38b35d807dd817aa4aede2fa94dd21e5d05d0036 (patch) | |
tree | 1de949a24c959a37d4207a2119d6b6dac77cd171 /build/vs2008/Makefile.am | |
parent | e3c3b2b8eb7042f3fda8ab96fc5c98003284449b (diff) | |
download | gmime-38b35d807dd817aa4aede2fa94dd21e5d05d0036.tar.gz gmime-38b35d807dd817aa4aede2fa94dd21e5d05d0036.tar.bz2 gmime-38b35d807dd817aa4aede2fa94dd21e5d05d0036.zip |
tizen 2.3 releasetizen_2.3_releasesubmit/tizen_2.3/20150202.054917submit/tizen/20150403.075132submit/tizen/20150403.074558tizen_2.3
Diffstat (limited to 'build/vs2008/Makefile.am')
-rw-r--r-- | build/vs2008/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/build/vs2008/Makefile.am b/build/vs2008/Makefile.am new file mode 100644 index 0000000..176ed3b --- /dev/null +++ b/build/vs2008/Makefile.am @@ -0,0 +1,18 @@ +## Process this file with automake to produce Makefile.in + +EXTRA_DIST = \ + config-win32.h.in \ + config-win32.h \ + gmime.vcproj \ + uuencode.vcproj \ + uudecode.vcproj \ + gmime.sln \ + basic-example.vcproj \ + imap-example.vcproj \ + test-headers.vcproj \ + test-streams.vcproj \ + test-iconv.vcproj \ + test-mime.vcproj \ + test-mbox.vcproj \ + test-cat.vcproj \ + unistd.h |