Skip to content
Snippets Groups Projects
Commit a4e79d33 authored by Amorilia's avatar Amorilia
Browse files

Also include config.h in archive.

parent 5fcc93c6
No related branches found
No related tags found
No related merge requests found
// NOTE: Run this file through TortoiseSVN's SubWCRev.exe utility // NOTE: Run this file through the makeconfig.sh script
// (see makeconfig.bat)
// ***** BEGIN LICENSE BLOCK ***** // ***** BEGIN LICENSE BLOCK *****
// //
...@@ -38,7 +37,6 @@ ...@@ -38,7 +37,6 @@
#ifndef CONFIG_H #ifndef CONFIG_H
#define CONFIG_H #define CONFIG_H
// the revision number is generated with TortoiseSVN's SubWCRev.exe
#define NIFTOOLS_REVISION "$WCREV$" #define NIFTOOLS_REVISION "$WCREV$"
#define NIFTOOLS_REVISION_INT $WCREV$ #define NIFTOOLS_REVISION_INT $WCREV$
......
...@@ -13,4 +13,6 @@ else ...@@ -13,4 +13,6 @@ else
fi fi
git clean -xfd git clean -xfd
git-archive-all max_nif_plugin-${extversion}.zip --prefix max_nif_plugin/ -v ./makeconfig.sh
git-archive-all max_nif_plugin-${extversion}.zip --prefix max_nif_plugin/ -v --extra NifCommon/config.h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment