8 lines
125 B
Makefile
8 lines
125 B
Makefile
|
SUFFIXES = .cpp
|
||
|
|
||
|
DEFS = @DEFS@ $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
|
||
|
|
||
|
noinst_PROGRAMS = nativdlg
|
||
|
|
||
|
nativdlg_SOURCES = nativdlg.cpp
|