aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 37d058b6..218d7b18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,10 +8,12 @@ endif
8 8
9 9
10W32COMMON = w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w32/common/microhttpd_dll_res_vc.rc \ 10W32COMMON = w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w32/common/microhttpd_dll_res_vc.rc \
11 w32/common/MHD_config.h w32/common/vs_dirs.props w32/common/common-build-settings.vcxproj \ 11 w32/common/MHD_config.h w32/common/vs_dirs.props \
12 w32/common/libmicrohttpd-build-settings.vcxproj w32/common/libmicrohttpd-files.vcxproj w32/common/libmicrohttpd-filters.vcxproj \ 12 w32/common/common-build-settings.props w32/common/libmicrohttpd-build-settings.props \
13 w32/common/hellobrowser-files.vcxproj w32/common/hellobrowser-filters.vcxproj \ 13 w32/common/apps-build-settings.props \
14 w32/common/apps-build-settings.vcxproj 14 w32/common/project-configs.props w32/common/project-configs-xp.props \
15 w32/common/libmicrohttpd-files.vcxproj w32/common/libmicrohttpd-filters.vcxproj \
16 w32/common/hellobrowser-files.vcxproj w32/common/hellobrowser-filters.vcxproj
15W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \ 17W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
16 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \ 18 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \
17 w32/VS2013/simplepost.vcxproj w32/VS2013/largepost.vcxproj \ 19 w32/VS2013/simplepost.vcxproj w32/VS2013/largepost.vcxproj \