Skip to content

Commit

Permalink
rename target and adapt build message to match renamed project (wide …
Browse files Browse the repository at this point in the history
…-> wide-IDE)
  • Loading branch information
maelh committed May 11, 2021
1 parent 97d197a commit 8a3743e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions make/make_win32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ HERE = $(APLS_SOURCE)
SOURCE = $(APLS_SOURCE)
RELEASE = $(APLS_RELEASE)

all: _dirs _engine _run _link _osutils _compile _libs _listen _docs _samples _wide _langbindings amzi_env
#all: _dirs _engine _run _link _osutils _compile _libs _listen _docs _samples _wide _eclipse_plugin _langbindings amzi_env
all: _dirs _engine _run _link _osutils _compile _libs _listen _docs _samples _wide_IDE _langbindings amzi_env
#all: _dirs _engine _run _link _osutils _compile _libs _listen _docs _samples _wide_IDE _eclipse_plugin _langbindings amzi_env

_dirs:
$(info )
Expand Down Expand Up @@ -115,10 +115,10 @@ _samples:
gmake -f make_win32.txt clean && \
gmake -f make_win32.txt

_wide:
_wide_IDE:
$(info )
$(info *************************************************************)
$(info ********* making wide)
$(info ********* making wide-IDE)
$(info *************************************************************)
@cd $(SOURCE)\wide-IDE && \
gmake -f make_win32.txt clean && \
Expand Down
8 changes: 4 additions & 4 deletions make/make_win64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ HERE = $(APLS_SOURCE)
SOURCE = $(APLS_SOURCE)
RELEASE = $(APLS_RELEASE)

all: _dirs _engine _run _link _osutils _compile _libs _listen _docs _samples _wide _langbindings amzi_env
#all: _dirs _engine _run _link _osutils _compile _libs _listen _docs _samples _wide _eclipse_plugin _langbindings amzi_env
all: _dirs _engine _run _link _osutils _compile _libs _listen _docs _samples _wide_IDE _langbindings amzi_env
#all: _dirs _engine _run _link _osutils _compile _libs _listen _docs _samples _wide_IDE _eclipse_plugin _langbindings amzi_env

_dirs:
$(info )
Expand Down Expand Up @@ -115,10 +115,10 @@ _samples:
gmake -f make_win64.txt clean && \
gmake -f make_win64.txt

_wide:
_wide_IDE:
$(info )
$(info *************************************************************)
$(info ********* making wide)
$(info ********* making wide-IDE)
$(info *************************************************************)
@cd $(SOURCE)\wide-IDE && \
gmake -f make_win64.txt clean && \
Expand Down

0 comments on commit 8a3743e

Please sign in to comment.