aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cutl/details/config-vc.h12
-rw-r--r--cutl/makefile2
2 files changed, 13 insertions, 1 deletions
diff --git a/cutl/details/config-vc.h b/cutl/details/config-vc.h
new file mode 100644
index 0000000..2d919a5
--- /dev/null
+++ b/cutl/details/config-vc.h
@@ -0,0 +1,12 @@
+/* file : cutl/details/config-vc.h
+ * author : Boris Kolpackov <boris@codesynthesis.com>
+ * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+ * license : MIT; see accompanying LICENSE file
+ */
+
+/* Configuration file for Windows/VC++. */
+
+#ifndef CUTL_DETAILS_CONFIG_VC_H
+#define CUTL_DETAILS_CONFIG_VC_H
+
+#endif /* CUTL_DETAILS_CONFIG_VC_H */
diff --git a/cutl/makefile b/cutl/makefile
index d7dce3e..c1c3b37 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -77,7 +77,7 @@ $(out_base)/: $(cutl.l)
$(dist): export sources := $(cxx_tun)
$(dist): export headers := $(subst $(src_base)/,,$(shell find $(src_base) \
-name '*.hxx' -o -name '*.ixx' -o -name '*.txx'))
-$(dist): data_dist := $(subst $(src_base)/,,$(shell find \
+$(dist): data_dist := details/config-vc.h $(subst $(src_base)/,,$(shell find \
$(src_base)/details/boost -type f -name '*.hpp')) details/boost/LICENSE \
details/boost/README
$(dist): export extra_dist := $(data_dist) libcutl-vc9.vcproj \