2b8e283d47
Support to compile the image sample on VMS Modified Files: wxWindows/descrip.mms wxWindows/docs/readme_vms.txt Added Files: wxWindows/samples/image/descrip.mms wxWindows/samples/image/image.opt git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
#*****************************************************************************
|
|
# *
|
|
# Make file for VMS *
|
|
# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) *
|
|
# Date : 9 November 1999 *
|
|
# *
|
|
#*****************************************************************************
|
|
|
|
all : setup.h
|
|
set default [.src.generic]
|
|
$(MMS)$(MMSQUALIFIERS)
|
|
set default [-.common]
|
|
$(MMS)$(MMSQUALIFIERS)
|
|
set default [-.unix]
|
|
$(MMS)$(MMSQUALIFIERS)
|
|
set default [-.motif]
|
|
$(MMS)$(MMSQUALIFIERS)
|
|
set default [--.samples.dialogs]
|
|
$(MMS)$(MMSQUALIFIERS)
|
|
set default [-.samples.image]
|
|
$(MMS)$(MMSQUALIFIERS)
|
|
set default [-.samples.menu]
|
|
$(MMS)$(MMSQUALIFIERS)
|
|
set default [-.samples.minimal]
|
|
$(MMS)$(MMSQUALIFIERS)
|
|
|
|
setup.h : setup.h_vms
|
|
copy setup.h_vms setup.h
|