SVN commit 1180145 by kuemmel: dirfile_maker does not compile with msvc M +3 -2 kst.pro --- branches/work/kst/portto4/kst/kst.pro #1180144:1180145 @@ -10,5 +10,6 @@ src/kst \ src/d2asc \ src/plugins \ - tests \ - tests/dirfile_maker + tests + +!win32-msvc*:SUBDIRS += tests/dirfile_maker