dialogs sample now works with digitalmars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a9103a81be
commit
9f6df75d32
2 changed files with 7 additions and 0 deletions
|
|
@ -8,5 +8,8 @@ EXPORTS
|
|||
_DragFinish@4 = DragFinish
|
||||
_DragQueryFileA@16 = DragQueryFileA
|
||||
_DragAcceptFiles@8 = DragAcceptFiles
|
||||
_SHGetMalloc@4 = SHGetMalloc
|
||||
_SHGetPathFromIDListA@8 = SHGetPathFromIDListA
|
||||
_SHBrowseForFolderA@4 = SHBrowseForFolderA
|
||||
|
||||
|
||||
|
|
|
|||
4
samples/dialogs/makefile.sc
Normal file
4
samples/dialogs/makefile.sc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Symantec C++ makefile
|
||||
WXDIR = ..\..
|
||||
TARGET=dialogs
|
||||
include $(WXDIR)\src\makeprog.sc
|
||||
Loading…
Add table
Add a link
Reference in a new issue