Ignore:
Timestamp:
Jan 25, 2016, 4:22:26 PM (10 years ago)
Author:
rousseau
Message:

And then there were three: (Pm32, Odin32 and Win32) [apitest]

This commit introduces the Odin32 and Win32 variants of ApiTest.
All three are generated from a software-model and composed from
source-snippets, a process that will continue to be enhanced at the
developer site.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/testapp/apitest/src/ApiTestPm.def

    r22109 r22112  
     1;#! GENINFO :: platform:OS/2, version:20.45, target:ApiTest.generate
    12;##############################################################################
    23;# ApiTestPm.def :: Module Definition file                                    #
    34;# -------------------------------------------------------------------------- #
    4 ;# PmApiTest is the PM version of the ApiTest program.                        #
    5 ;# It has a different purpose than the Odin32 based and Native Win32 versions,#
    6 ;# which is to test Odin32 from Native PM.                                    #
    7 ;# This version has low development priority since it does not directly       #
    8 ;# connect to SWT-OS2, which is the project depending on Odin32.              #
     5;# This is the PM variant of the ApiTest program.                             #
     6;# Purpose is to test the OS/2-API in areas where Odin32 delegates to it.     #
    97;##############################################################################
    108
    11 
    12 NAME            ApiTestPm   WINDOWCOMPAT
     9;NAME           ApiTestPm       WINDOWAPI           ; PM
     10NAME            ApiTestPm       WINDOWCOMPAT        ; CLI
    1311DESCRIPTION     'A Program to test the Odin32 API from Native PM'
    14 
Note: See TracChangeset for help on using the changeset viewer.