Changeset 61


Ignore:
Timestamp:
Dec 6, 2017, 4:43:03 AM (8 years ago)
Author:
Alex Taylor
Message:

Clean up files.

Location:
trunk/rexxlib
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rexxlib/Makefile

    r60 r61  
    1212# Location of CUPS development files (parent dir of /lib, /include, etc)
    1313# - may be *:/cups, u:/extras, or %UNIXROOT%/usr depending on environment:
    14 CUPS_PATH         = e:/cups
     14#CUPS_PATH         = e:/cups
     15CUPS_PATH         = e:/usr
    1516
    1617# Probably not necessary to change these
     
    2425
    2526# Name of the CUPS DLL to link against
    26 CUPS_LIB = cups20
     27#CUPS_LIB = cups20
     28CUPS_LIB = cups
    2729
    2830# Name of our REXX DLL
Note: See TracChangeset for help on using the changeset viewer.