projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStubs; rearranged/debugged
[wxWidgets.git]
/
utils
/
dialoged
/
src
/
makefile.wat
1
#
2
# Makefile for WATCOM
3
#
4
# Created by D.Chubraev, chubraev@iem.ee.ethz.ch
5
# 8 Nov 1994
6
#
7
8
WXDIR = $(%WXWIN)
9
10
PROGRAM = dialoged
11
OBJECTS = dialoged.obj reseditr.obj dlghndlr.obj reswrite.obj winprop.obj edtree.obj edlist.obj symbtabl.obj winstyle.obj
12
13
!include $(WXDIR)\src\makeprog.wat
14
15