aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:11:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:11:40 +0200
commitbeb83e2fa2c2c3772bdfaf8c7e26af55b5c5cfd0 (patch)
treed98567903b91508bc0744d2883562aab91519152
parente63b4ce8f205fb593548bb6159eb0f1047c9281a (diff)
Add details/config-vc.h file
-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 \