Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbb committed Feb 11, 2016
1 parent 765751e commit 0917f9e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ wingdbstub.py*

/config.log
/.env
.DS_Store
49 changes: 25 additions & 24 deletions etg/_adv.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,31 @@
# included as part of this module. These should all be items that are put in
# the wxWidgets "adv" library in a multi-lib build.
INCLUDES = [
'aboutdlg',
'helpext',
'commandlinkbutton',
'dateevt',
'datectrl',
'calctrl',
'hyperlink',
'tipdlg',
'taskbar',
'sound',
'joystick',
'animate',
'bannerwindow',
'editlbox',
'notifmsg',
'splash',
'sashwin',
'laywin',
'odcombo',
'bmpcbox',
'richtooltip',
'timectrl',
'wizard',
]
'aboutdlg',
'helpext',
'commandlinkbutton',
'dateevt',
'datectrl',
'calctrl',
'hyperlink',
'tipdlg',
'taskbar',
'sound',
'joystick',
'animate',
'bannerwindow',
'editlbox',
'notifmsg',
'splash',
'sashwin',
'laywin',
'odcombo',
'bmpcbox',
'richtooltip',
'timectrl',
'wizard',
'activityindicator',
]


# Separate the list into those that are generated from ETG scripts and the
Expand Down

0 comments on commit 0917f9e

Please sign in to comment.