Skip to content

Commit

Permalink
Let tup create the Windows archives
Browse files Browse the repository at this point in the history
  • Loading branch information
sboukortt committed Feb 16, 2019
1 parent f7ee5b4 commit 6d14844
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tupfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ LFLAGS = @(LFLAGS) `@(PKGCONFIG) --libs $(LIBS)`

: foreach metadata/*.ttl |> cp %f %o |> intersect.lv2/%b <lv2>
: foreach metadata/*.in |> tup varsed %f %o |> intersect.lv2/%B <lv2>

ifdef RELEASE_ARCHIVE
: <lv2> |> advzip --add -4 %o intersect.lv2 |> @(RELEASE_ARCHIVE)
endif
1 change: 1 addition & 0 deletions config/win32.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_CFLAGS=-O3 -flto
CONFIG_LFLAGS=-static -s
CONFIG_EXT=dll
CONFIG_SKIP_TESTS=1
CONFIG_RELEASE_ARCHIVE=intersect-win32.zip
1 change: 1 addition & 0 deletions config/win64.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_CFLAGS=-O3 -flto
CONFIG_LFLAGS=-static -s
CONFIG_EXT=dll
CONFIG_SKIP_TESTS=1
CONFIG_RELEASE_ARCHIVE=intersect-win64.zip

0 comments on commit 6d14844

Please sign in to comment.