|
Last change
on this file since 7029 was 4715, checked in by bird, 25 years ago |
|
Adapted to be more comform with the new makefile style.
Most subdirectories are now using the style while the win32k.sys makefile
is not at all - as allways.
|
|
File size:
894 bytes
|
| Line | |
|---|
| 1 | # $Id: makefile,v 1.4 2000-12-02 23:32:41 bird Exp $
|
|---|
| 2 |
|
|---|
| 3 | #
|
|---|
| 4 | # Odin32 API
|
|---|
| 5 | #
|
|---|
| 6 | # kRx.exe makefile
|
|---|
| 7 | #
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 | #
|
|---|
| 11 | # Tell the buildenvironment to make an VIO exe.
|
|---|
| 12 | #
|
|---|
| 13 | VIO = 0
|
|---|
| 14 | EXETARGET=1
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | #
|
|---|
| 18 | # Compiler, tools, and interference rules.
|
|---|
| 19 | #
|
|---|
| 20 | !include ..\..\..\makefile.inc
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 | #
|
|---|
| 24 | # Tools and Flags Addjustments.
|
|---|
| 25 | #
|
|---|
| 26 | LD2FLAGS = $(LD2FLAGS) /BASE:0x10000 /Stack:0xee00
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 | #
|
|---|
| 30 | # Interference rule. Note: ALP specific; enables listing.
|
|---|
| 31 | # (For Debug)
|
|---|
| 32 | #
|
|---|
| 33 | #.asm{$(OBJDIR)}.obj:
|
|---|
| 34 | # $(AS) $(ASFLAGS) $< -Fo:$@ -Fl:$(OBJDIR)\$(*B).lst
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | #
|
|---|
| 38 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
|---|
| 39 | #
|
|---|
| 40 | OBJS = \
|
|---|
| 41 | $(OBJDIR)\kRxa.obj
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 | #
|
|---|
| 45 | # Libraries. One space before the '\'.
|
|---|
| 46 | #
|
|---|
| 47 | LIBS = \
|
|---|
| 48 | os2386.lib \
|
|---|
| 49 | rexx.lib
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|
| 52 | #
|
|---|
| 53 | # Say that we actually have an definition file.
|
|---|
| 54 | #
|
|---|
| 55 | DEFFILE = $(TARGET).def
|
|---|
| 56 |
|
|---|
| 57 |
|
|---|
| 58 | #
|
|---|
| 59 | # Target name - name of the exe without extention and path.
|
|---|
| 60 | #
|
|---|
| 61 | TARGET = kRx
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 | #
|
|---|
| 65 | # Includes the common rules.
|
|---|
| 66 | #
|
|---|
| 67 | !include $(ODIN32_POST_INC)
|
|---|
| 68 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.