• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-May-2020-

.gitignoreH A D28-May-202027 33

README.mdH A D28-May-2020264 157

build.shH A D03-May-20225.1 KiB177124

build.xmlH A D28-May-2020616 2722

eclipseGtk.cH A D28-May-202011.7 KiB353223

eclipseGtk.hH A D28-May-20203.3 KiB7854

eclipseGtkCommon.cH A D28-May-20203.4 KiB13175

eclipseGtkInit.cH A D28-May-20207.2 KiB205159

make_linux.makH A D03-May-20226.8 KiB170140

README.md

1
2
3# Building
4
5    ./bulid.sh
6    ./build.sh clean
7
8# Developer notes:
9
10See make_linux.mak for info on how to build/test. See dev_build_install target. Common use case:
11
12   export DEV_ECLIPSE="your/dev/eclipse"
13   make -f make_linux.mak clean dev_build_install
14
15