]> granicus.if.org Git - libmatroska/commitdiff
update coremake project
authorSteve Lhomme <slhomme@matroska.org>
Wed, 8 Mar 2017 11:19:52 +0000 (12:19 +0100)
committerSteve Lhomme <slhomme@matroska.org>
Wed, 8 Mar 2017 11:19:52 +0000 (12:19 +0100)
libmatroska.proj

index 43ada03f1a00f2d748dfaaba41ad9acdfe42beb1..b4cb47eae7cfb27c9771b78aa66b6eda7ff1a66e 100644 (file)
@@ -1,8 +1,20 @@
+CONFIG_FILE config.h { NO_INCLUDE . }
+
 #include "*/*.proj"
 
+GROUP libmatroska_coremake_automake
+{
+  // from automake
+  DEFINE HAVE_CONFIG_H // from CONFIG_HEADERS 
+  NO_STDAFX .
+  NO_PROJECT .
+  HEADER config.h
+}
+
 LIB matroska
 {
-  PROJECT_VERSION 1.3.0
+  PROJECT_VERSION 1.4.6
+  USE libmatroska_coremake_automake
 
   INCLUDE .
   EXPINCLUDE .
@@ -11,7 +23,6 @@ LIB matroska
     USE ebml2_legacy
   ELSE
     USE ebml
-    USEINCLUDE corec // so that stdafx implied by ebml2_legacy can build
   ENDIF
 
 //  OPTIMIZE_GLOBALLY .