/Makefile (d6ca0c1f7457d3ef44e430586f3b6f378bc08371) (1000 bytes) (mode 100644) (type blob)
include Makefile.config
NAME=honeydew
VERSION=0_0WIP
CLASSIFIER=1_27
LANG=en
NAMEFULL=$(NAME)-$(VERSION)-$(CLASSIFIER)-$(LANG)
PJASS_OPTS=etc/common.j etc/Blizzard.j etc/common.ai -rb +filter +shadow +checkglobalsinit +checkstringhash
SNIPPETS=src/main.j src/config.j
BUILDDIR=target
BASEDIR=.
all:
$(MAKE) build
$(MAKE) clean
clean:
rm war3map.j
generate-sources: src/war3map.m4
pjass $(PJASS_OPTS) $(SNIPPETS)
m4 --debug=aeqp -I ${BASEDIR} src/war3map.m4 > war3map.j
compile: generate-sources
pjass $(PJASS_OPTS) war3map.j
build: compile
smpq --append --overwrite ${NAMEFULL}.w3x war3map.j
binary: build
git archive --format zip --output "${NAMEFULL}.zip" --prefix "${NAME}/" HEAD
gpg --detach-sign --yes "${NAMEFULL}.zip"
package: binary
test: build
# Path to the map relative to data directory (game installation directory in almost every case).
# Must be given exact file name. Wildcards or tokens will not be expanded.
$(WAR3EXE) -loadfile "Maps/${NAME}/${NAMEFULL}.w3x"
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
77 |
0550d8207c6fe8b4c10026ed9c7051dc9c77a05b |
.gitignore |
100644 |
blob |
1000 |
d6ca0c1f7457d3ef44e430586f3b6f378bc08371 |
Makefile |
040000 |
tree |
- |
66e0637a26d6394a737e200358f77b70868ca246 |
doc |
040000 |
tree |
- |
f9ee6be2d61f77fcd63b8eceddeb0bd26ab1df5b |
etc |
100644 |
blob |
25801 |
40bcdcf4d7c7572aee92a8f96cc26ded380f5af7 |
honeydew-0_0WIP-1_27-en.w3x |
040000 |
tree |
- |
f8cb3ac76094ddfd59f3004fc33b2c9bf6354462 |
src |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/honeydew
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/honeydew
Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/honeydew
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main