|
Last change
on this file since 4706 was 4654, checked in by bird, 25 years ago |
|
Addopted makestyle new style. common.lib goes into $(OBJDIR).
|
|
File size:
639 bytes
|
| Line | |
|---|
| 1 | # $Id: common.mak,v 1.1 2000-11-21 04:37:22 bird Exp $
|
|---|
| 2 | #
|
|---|
| 3 | # Odin32 API
|
|---|
| 4 | #
|
|---|
| 5 | # common.lib makefile
|
|---|
| 6 | #
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 | #
|
|---|
| 10 | # Tell buildenvironmet to build an object library.
|
|---|
| 11 | #
|
|---|
| 12 | LIBTARGET = 1
|
|---|
| 13 | EXETARGET = 1
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | #
|
|---|
| 17 | # Compiler, tools, and interference rules.
|
|---|
| 18 | #
|
|---|
| 19 | !include ../../include/pdwin32.mk
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | #
|
|---|
| 23 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
|---|
| 24 | #
|
|---|
| 25 | OBJS = \
|
|---|
| 26 | $(OBJDIR)\kFilePe.obj \
|
|---|
| 27 | $(OBJDIR)\kFileDef.obj \
|
|---|
| 28 | $(OBJDIR)\kFileLx.obj \
|
|---|
| 29 | $(OBJDIR)\kFileFormatBase.obj \
|
|---|
| 30 | $(OBJDIR)\kFile.obj
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 | #
|
|---|
| 34 | # Target name - name of the library without extention and path.
|
|---|
| 35 | #
|
|---|
| 36 | TARGET = common
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 | #
|
|---|
| 40 | # Includes the common rules.
|
|---|
| 41 | #
|
|---|
| 42 | !include $(PDWIN32_INCLUDE)/pdwin32.post
|
|---|
| 43 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.