| Line | |
|---|
| 1 | # $Id: makefile,v 1.2 2001-10-24 10:55:36 achimha Exp $
|
|---|
| 2 |
|
|---|
| 3 | #
|
|---|
| 4 | # InnoTek OS/2 Presentation Manager Keyboard Hook
|
|---|
| 5 | #
|
|---|
| 6 | # pmkbdhk.dll makefile
|
|---|
| 7 | #
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | #
|
|---|
| 11 | # Compiler, tools, and interference rules.
|
|---|
| 12 | #
|
|---|
| 13 | !include ../../makefile.inc
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #
|
|---|
| 17 | # Overrides.
|
|---|
| 18 | #
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | #
|
|---|
| 22 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
|---|
| 23 | #
|
|---|
| 24 | OBJS = \
|
|---|
| 25 | $(OBJDIR)\pmkbdhk.obj
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | #
|
|---|
| 29 | # Libraries. One space before the '\'.
|
|---|
| 30 | #
|
|---|
| 31 | LIBS = \
|
|---|
| 32 | OS2386.LIB \
|
|---|
| 33 | $(RTLLIB)
|
|---|
| 34 |
|
|---|
| 35 | #
|
|---|
| 36 | # Target name - name of the dll without extention and path.
|
|---|
| 37 | #
|
|---|
| 38 | TARGET = pmkbdhk
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | #
|
|---|
| 42 | # Includes the common rules.
|
|---|
| 43 | #
|
|---|
| 44 | !include $(ODIN32_POST_INC)
|
|---|
| 45 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.