Overview
| Comment: | Create a native manifest for CACKey on Chrome and other fixups |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
b0a1326758f2e1d27bd9327e158107a8 |
| User & Date: | rkeene on 2016-02-04 18:07:42 |
| Other Links: | manifest | tags |
Context
|
2016-02-04
| ||
| 18:23 | Added start of Chrome javascript module check-in: 1578fc80e7 user: rkeene tags: trunk | |
| 18:07 | Create a native manifest for CACKey on Chrome and other fixups check-in: b0a1326758 user: rkeene tags: trunk | |
| 17:50 | Refer to correct PC/SC headers and link to zlib in final target check-in: 88d2f36ad4 user: rkeene tags: trunk | |
Changes
Modified build/chrome/Makefile from [9643cb7ce4] to [738bd8073d].
| ︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + + + + + + + + |
LIBS = $(CACKEY_LIBS) $(PCSC_LIBS)
CFLAGS = -Wall -I${NACL_SDK_ROOT}/include
CXXFLAGS = $(CFLAGS)
PATH += :${NACL_SDK_ROOT}/toolchain/linux_pnacl/bin
export PATH
|
| ︙ |