Skip to content

Commit

Permalink
[windows] makes windows build like mac
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Nov 9, 2018
1 parent 45c5127 commit 4e3ed27
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ export DIST=dist
export VERSION=0.45
export APPNAME=Datashare ${VERSION}

$(DIST):
mkdir -p $(DIST)

# cf http://bomutils.dyndns.org/tutorial.html
dist:
mkdir -p ${DIST}
../mac/build/gen_file docker-compose.yml dist/docker-compose.yml
$(DIST)/installDatashare.exe: $(DIST)
../mac/build/gen_file docker-compose.yml $(DIST)/docker-compose.yml
makensis installDatashare.nsi

PHONY: clean
Expand Down

0 comments on commit 4e3ed27

Please sign in to comment.