I've no idea here...
[gtkD.git] / gtkD / wrap / DEVNOTES.txt
blobad43257bf5e2f1dda7d578ead5393539ce74c932
1 Some notes for myself as I go through the wrap source.
3 th <- hauptmech
5 th 10Jan2007
6 The trickiest thing so far is paths and file locations. They were hard
7 coded and finding out where they are has been challenging. I'm going to
8 lay out a set of assumptions here and adjust the code accordingly.
10 working directory: the binary will assume it is running from the root
11 GtkD project directory.
13 run from: GtkD
14 wrap source code: GtkD/wrap/utils
15 build from: GtkD/wrap
16 html: GtkD/../gtk/api
18 Where to change the paths...
19 wrap/APIlookup.txt #has source and output directories
20 wrap/utils/GtkWrapper #has build filename & path, output root directory
21 wrap/utils/HTODConvert #where to find wine and paths...
24 added "srcdir" key to help direct packages into subdirs.