Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Destdir depends on where it is called |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7aa55ededf043c53fae65d084ebd1708 |
User & Date: | bernd 2014-04-01 20:23:03.196 |
Context
2014-04-29
| ||
13:02 | A bit refactoring, added a very simple example check-in: 4784aecda7 user: bernd tags: trunk | |
2014-04-01
| ||
20:23 | Destdir depends on where it is called check-in: 7aa55ededf user: bernd tags: trunk | |
2014-03-23
| ||
22:58 | A bit more work on widgets check-in: 54488cc3f0 user: bernd tags: trunk | |
Changes
Changes to gles2/.libs/libsoil.so.
cannot compute difference between binary files
Changes to gles2/Makefile.
︙ | ︙ | |||
11 12 13 14 15 16 17 | SHELL = /bin/sh RMTREE = rm -rf prefix = exec_prefix = ${prefix} libexecdir = $(package)${exec_prefix}/lib libccdir = $(subst $(DESTDIR),,$(libexecdir)/gforth$(ARCH)/$(VERSION)/libcc-named/) srcdir = . | | | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | SHELL = /bin/sh RMTREE = rm -rf prefix = exec_prefix = ${prefix} libexecdir = $(package)${exec_prefix}/lib libccdir = $(subst $(DESTDIR),,$(libexecdir)/gforth$(ARCH)/$(VERSION)/libcc-named/) srcdir = . DESTDIR = $(PWD) all: $(TARGETS) build-libcc-named: $(LIBRARY) $(TARGETS) $(RMTREE) lib/gforth$(ARCH)/$(VERSION)/libcc-named/ -for i in $(LIBRARY); do echo $$i:; ./libforth -e "also c-lib s\" `pwd`/lib/gforth$(ARCH)/$(VERSION)/libcc-named/\" >libcc-named-dir libcc-path clear-path libcc-named-dir libcc-path also-path :noname 2drop s\" $(DESTDIR)$(libccdir)\" ; is replace-rpath previous" $(srcdir)/$$i -e bye; done |
︙ | ︙ |