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 e153981 commit d371427Copy full SHA for d371427
.gitignore
@@ -7,8 +7,8 @@ Makefile.in
7
*.l[ao]
8
*~
9
/INSTALL
10
-/MSVC_Net201?/sigc.rc
11
-/MSVC_Net201?/sigc++config.h
+/MSVC_NMake/sigc.rc
+/MSVC_NMake/sigc++config.h
12
/aclocal.m4
13
/autom4te.cache/
14
/config.h
README
@@ -50,7 +50,7 @@ Overview of the distribution:
50
51
tests/ programs testing and verifying proper behaviour
52
53
- MSVC_Net2013/ project files for building the library with MSVC++ 2013
+ MSVC_NMake/ NMake Makefiles for building the library with MSVC++ 2013 and later
54
55
56
Compatibility:
0 commit comments