From 816654badb39c97c136a84eb8640397103e71a16 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 12 Nov 1999 13:17:42 +0000 Subject: [PATCH] Committing in . Support for compilation of dialogs sample on VMS Modified Files: wxWindows/descrip.mms wxWindows/docs/readme_vms.txt git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- descrip.mms | 4 +++- docs/readme_vms.txt | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/descrip.mms b/descrip.mms index 8971169583..3fbea0120f 100644 --- a/descrip.mms +++ b/descrip.mms @@ -15,7 +15,9 @@ all : setup.h $(MMS)$(MMSQUALIFIERS) set default [-.motif] $(MMS)$(MMSQUALIFIERS) - set default [--.samples.menu] + set default [--.samples.dialogs] + $(MMS)$(MMSQUALIFIERS) + set default [-.samples.menu] $(MMS)$(MMSQUALIFIERS) set default [-.samples.minimal] $(MMS)$(MMSQUALIFIERS) diff --git a/docs/readme_vms.txt b/docs/readme_vms.txt index 4b1f235c8a..d24776888b 100644 --- a/docs/readme_vms.txt +++ b/docs/readme_vms.txt @@ -20,6 +20,7 @@ Currently only the MOTIF GUI vcan be build by typing in the main directory of the distribution. It automatically makes the library in [.lib] and links the following samples + [.samples.menu]dialogs.exe [.samples.menu]menu.exe [.samples.menu]minimal.exe -- 2.45.2