Changeset 61
- Timestamp:
- Dec 6, 2017, 4:43:03 AM (8 years ago)
- Location:
- trunk/rexxlib
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rexxlib/Makefile
r60 r61 12 12 # Location of CUPS development files (parent dir of /lib, /include, etc) 13 13 # - may be *:/cups, u:/extras, or %UNIXROOT%/usr depending on environment: 14 CUPS_PATH = e:/cups 14 #CUPS_PATH = e:/cups 15 CUPS_PATH = e:/usr 15 16 16 17 # Probably not necessary to change these … … 24 25 25 26 # Name of the CUPS DLL to link against 26 CUPS_LIB = cups20 27 #CUPS_LIB = cups20 28 CUPS_LIB = cups 27 29 28 30 # Name of our REXX DLL
Note:
See TracChangeset
for help on using the changeset viewer.