Committing in .
OpenVMS changes Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/unix/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,7 +79,7 @@ gtk : [.include.wx]setup.h
|
|||||||
set default [-.minimal]
|
set default [-.minimal]
|
||||||
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
|
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
|
||||||
set default [-.richedit]
|
set default [-.richedit]
|
||||||
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
|
# $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
|
||||||
set default [--]
|
set default [--]
|
||||||
|
|
||||||
x11 : [.include.wx]setup.h
|
x11 : [.include.wx]setup.h
|
||||||
|
@@ -54,7 +54,7 @@
|
|||||||
#undef size_t
|
#undef size_t
|
||||||
|
|
||||||
/* Define if ssize_t type is available. */
|
/* Define if ssize_t type is available. */
|
||||||
#undef HAVE_SSIZE_T
|
#define HAVE_SSIZE_T 1
|
||||||
|
|
||||||
/* Define if you have the ANSI C header files. */
|
/* Define if you have the ANSI C header files. */
|
||||||
#define STDC_HEADERS
|
#define STDC_HEADERS
|
||||||
@@ -680,7 +680,11 @@
|
|||||||
/*
|
/*
|
||||||
* Use wxMediaCtrl class
|
* Use wxMediaCtrl class
|
||||||
*/
|
*/
|
||||||
#define wxUSE_MEDIACTRL 0
|
#define wxUSE_MEDIACTRL 1
|
||||||
|
/*
|
||||||
|
* Use DirectShow
|
||||||
|
*/
|
||||||
|
#define wxUSE_DIRECTSHOW 1
|
||||||
/*
|
/*
|
||||||
* Use config system
|
* Use config system
|
||||||
*/
|
*/
|
||||||
|
@@ -142,6 +142,7 @@ OBJECTS1=fs_inet.obj,\
|
|||||||
socket.obj,\
|
socket.obj,\
|
||||||
settcmn.obj,\
|
settcmn.obj,\
|
||||||
statbar.obj,\
|
statbar.obj,\
|
||||||
|
stdpbase.obj,\
|
||||||
stockitem.obj,\
|
stockitem.obj,\
|
||||||
stopwatch.obj,\
|
stopwatch.obj,\
|
||||||
strconv.obj,\
|
strconv.obj,\
|
||||||
@@ -157,7 +158,6 @@ OBJECTS1=fs_inet.obj,\
|
|||||||
toplvcmn.obj,\
|
toplvcmn.obj,\
|
||||||
treebase.obj,\
|
treebase.obj,\
|
||||||
txtstrm.obj,\
|
txtstrm.obj,\
|
||||||
unzip.obj,\
|
|
||||||
url.obj
|
url.obj
|
||||||
|
|
||||||
OBJECTS2=utilscmn.obj,\
|
OBJECTS2=utilscmn.obj,\
|
||||||
@@ -282,6 +282,7 @@ SOURCES = \
|
|||||||
socket.cpp,\
|
socket.cpp,\
|
||||||
settcmn.cpp,\
|
settcmn.cpp,\
|
||||||
statbar.cpp,\
|
statbar.cpp,\
|
||||||
|
stdpbase.cpp,\
|
||||||
stockitem.cpp,\
|
stockitem.cpp,\
|
||||||
stopwatch.cpp,\
|
stopwatch.cpp,\
|
||||||
strconv.cpp,\
|
strconv.cpp,\
|
||||||
@@ -297,7 +298,6 @@ SOURCES = \
|
|||||||
toplvcmn.cpp,\
|
toplvcmn.cpp,\
|
||||||
treebase.cpp,\
|
treebase.cpp,\
|
||||||
txtstrm.cpp,\
|
txtstrm.cpp,\
|
||||||
unzip.c,\
|
|
||||||
url.cpp,\
|
url.cpp,\
|
||||||
utilscmn.cpp,\
|
utilscmn.cpp,\
|
||||||
valgen.cpp,\
|
valgen.cpp,\
|
||||||
@@ -455,6 +455,7 @@ sizer.obj : sizer.cpp
|
|||||||
socket.obj : socket.cpp
|
socket.obj : socket.cpp
|
||||||
settcmn.obj : settcmn.cpp
|
settcmn.obj : settcmn.cpp
|
||||||
statbar.obj : statbar.cpp
|
statbar.obj : statbar.cpp
|
||||||
|
stdpbase.obj : stdpbase.cpp
|
||||||
stockitem.obj : stockitem.cpp
|
stockitem.obj : stockitem.cpp
|
||||||
stopwatch.obj : stopwatch.cpp
|
stopwatch.obj : stopwatch.cpp
|
||||||
strconv.obj : strconv.cpp
|
strconv.obj : strconv.cpp
|
||||||
@@ -470,7 +471,6 @@ tokenzr.obj : tokenzr.cpp
|
|||||||
toplvcmn.obj : toplvcmn.cpp
|
toplvcmn.obj : toplvcmn.cpp
|
||||||
treebase.obj : treebase.cpp
|
treebase.obj : treebase.cpp
|
||||||
txtstrm.obj : txtstrm.cpp
|
txtstrm.obj : txtstrm.cpp
|
||||||
unzip.obj : unzip.c
|
|
||||||
url.obj : url.cpp
|
url.obj : url.cpp
|
||||||
utilscmn.obj : utilscmn.cpp
|
utilscmn.obj : utilscmn.cpp
|
||||||
valgen.obj : valgen.cpp
|
valgen.obj : valgen.cpp
|
||||||
|
@@ -51,6 +51,7 @@ OBJECTS = baseunix.obj,\
|
|||||||
snglinst.obj,\
|
snglinst.obj,\
|
||||||
sound.obj,\
|
sound.obj,\
|
||||||
sound_sdl.obj,\
|
sound_sdl.obj,\
|
||||||
|
stdpaths.obj,\
|
||||||
taskbarx11.obj
|
taskbarx11.obj
|
||||||
|
|
||||||
SOURCES = baseunix.cpp,\
|
SOURCES = baseunix.cpp,\
|
||||||
@@ -67,6 +68,7 @@ SOURCES = baseunix.cpp,\
|
|||||||
snglinst.cpp,\
|
snglinst.cpp,\
|
||||||
sound.cpp,\
|
sound.cpp,\
|
||||||
sound_sdl.cpp,\
|
sound_sdl.cpp,\
|
||||||
|
stdpaths.cpp,\
|
||||||
taskbarx11.cpp
|
taskbarx11.cpp
|
||||||
|
|
||||||
all : $(SOURCES)
|
all : $(SOURCES)
|
||||||
@@ -98,4 +100,5 @@ joystick.obj : joystick.cpp
|
|||||||
snglinst.obj : snglinst.cpp
|
snglinst.obj : snglinst.cpp
|
||||||
sound.obj : sound.cpp
|
sound.obj : sound.cpp
|
||||||
sound_sdl.obj : sound_sdl.cpp
|
sound_sdl.obj : sound_sdl.cpp
|
||||||
|
stdpaths.obj : stdpaths.cpp
|
||||||
taskbarx11.obj : taskbarx11.cpp
|
taskbarx11.obj : taskbarx11.cpp
|
||||||
|
Reference in New Issue
Block a user