HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #656443 » 0012-msys1-Build-only-stub-AI-to-ruledit-installer.patch
win32/installer/Makefile | ||
---|---|---|
74 | 74 |
# create build directory |
75 | 75 |
mkdir -p build-ruledit |
76 | 76 |
# configure |
77 |
cd build-ruledit; ../../../configure CPPFLAGS="-D_WIN32_WINNT=$(MIN_WIN_VER)" --disable-client --disable-server --disable-fcmp --disable-freeciv-manual --enable-ruledit $(EXTRA_CONFIG) |
|
77 |
cd build-ruledit; ../../../configure CPPFLAGS="-D_WIN32_WINNT=$(MIN_WIN_VER)" --disable-client --disable-server --disable-fcmp --disable-freeciv-manual --enable-ruledit --enable-ai-static=stub $(EXTRA_CONFIG)
|
|
78 | 78 |
# make |
79 | 79 |
make -C build-ruledit |
80 | 80 |
make -C build-ruledit/translations/ruledit update-po |
81 |
- |
- « Previous
- 1
- 2
- Next »