We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b15682 commit d640395Copy full SHA for d640395
Makefile.am
@@ -5,8 +5,7 @@ DOC_FILES = \
5
LICENSE \
6
NOTICE \
7
msgpack_vc8.vcproj \
8
- msgpack_vc8.sln \
9
- msgpack_vc.postbuild.bat
+ msgpack_vc8.sln
10
11
EXTRA_DIST = \
12
$(DOC_FILES) CMakeLists.txt test/CMakeLists.txt
@@ -18,4 +17,3 @@ doxygen:
18
17
./preprocess clean
19
cd src && $(MAKE) doxygen
20
./preprocess
21
-
src/Makefile.am
@@ -504,7 +504,8 @@ endif
504
505
506
../erb/cpp03_zone.hpp.erb \
507
- ../erb/cpp03_define.hpp.erb \
+ ../erb/cpp03_define_array.hpp.erb \
508
+ ../erb/cpp03_define_map.hpp.erb \
509
../erb/cpp03_msgpack_tuple.hpp.erb
510
511
0 commit comments