소스 검색

Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY'

Brad King 10 년 전
부모
커밋
1570a4df92
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst

+ 9 - 0
Help/release/dev/UseSWIG-no-MAIN_DEPENDENCY.rst

@@ -0,0 +1,9 @@
+UseSWIG-no-MAIN_DEPENDENCY
+--------------------------
+
+* The :module:`UseSWIG` module ``SWIG_ADD_MODULE`` macro no
+  longer attaches the swig invocation custom command to the
+  ``.i`` source file in IDE projects.  This is because only
+  one custom command can be safely attached to a given source
+  file, and adding multiple modules with the same ``.i`` file
+  for different languages requires more than one such command.