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
53 lines
1.8 KiB
Plaintext
53 lines
1.8 KiB
Plaintext
This distribution contains makefiles for VMS. It is a very preliminary release
|
|
and many tests have still to be done.
|
|
|
|
The compilation was tested with
|
|
-OpenVMS Alpha 7.2
|
|
-DECC 6.0
|
|
-Compac C++ 6.2
|
|
|
|
To get everything compiled you'll need to have installed:
|
|
-Bison
|
|
-Flex
|
|
-Sed
|
|
These programs are all on the OpenVMS freeware CD and can be downloaded from
|
|
http://www.openvms.digital.com/freeware/
|
|
At the moment you'll have to hack the descrip.mms files to include the right
|
|
locations of the packages, but i intend to make this better in future.
|
|
-sys$library:libjpeg.olb (from ftp://ftp.uu.net/graphics/jpeg/ )
|
|
-sys$library:libpng.olb & sys$library:libz.olb (from
|
|
http://www.cdrom.com/pub/png/pngcode.html )
|
|
|
|
Currently only the MOTIF GUI vcan be build by typing
|
|
MMS/MACRO=(__WXMOTIF__=1)
|
|
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]image.exe
|
|
[.samples.menu]menu.exe
|
|
[.samples.menu]minimal.exe
|
|
|
|
|
|
|
|
Finally :
|
|
I like the idea of Robert Roebling that CD's with classical music should be
|
|
send to the authors.
|
|
|
|
|
|
>-----------------------------------------------------------------------------<
|
|
|
|
Jouk Jansen
|
|
|
|
joukj@hrem.stm.tudelft.nl
|
|
|
|
|
|
Technische Universiteit Delft tttttttttt uu uu ddddddd
|
|
Nationaal centrum voor HREM tttttttttt uu uu dd dd
|
|
Rotterdamseweg 137 tt uu uu dd dd
|
|
2628 AL Delft tt uu uu dd dd
|
|
Nederland tt uu uu dd dd
|
|
tel. 31-15-2781536 tt uuuuuuu ddddddd
|
|
|
|
>-----------------------------------------------------------------------------<
|