Changeset 4715 for trunk/src/win32k/rexx
- Timestamp:
- Dec 3, 2000, 12:32:41 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/rexx/makefile
r4623 r4715 1 # #############################################################################2 # $Id: makefile,v 1.3 2000-11-19 09:02:05 bird Exp $ 1 # $Id: makefile,v 1.4 2000-12-02 23:32:41 bird Exp $ 2 3 3 # 4 # PD-Win32 API4 # Odin32 API 5 5 # 6 6 # kRx.exe makefile 7 7 # 8 ##############################################################################9 8 10 ############################################################################## 11 # Include 12 ############################################################################## 9 10 # 11 # Tell the buildenvironment to make an VIO exe. 12 # 13 VIO = 0 13 14 EXETARGET=1 14 NO_DEP_RULE=115 !include ..\makefile.inc16 !include $(PDWIN32_INCLUDE)\pdwin32.mk17 15 18 ############################################################################## 19 # Tools and Flags Addjustments 20 ############################################################################## 16 17 # 18 # Compiler, tools, and interference rules. 19 # 20 !include ..\..\..\makefile.inc 21 22 23 # 24 # Tools and Flags Addjustments. 25 # 21 26 LD2FLAGS = $(LD2FLAGS) /BASE:0x10000 /Stack:0xee00 22 27 23 28 24 # #############################################################################25 # Interference rule s. Note: -Fo is IBMCPP specific.26 # #############################################################################27 .asm{$(OBJDIR)}.obj: 28 @$(ECHO) assembling: $< 29 @$(AS) $(ASFLAGS) $(ADEFINES) $(AINCLUDES) $< -Fo:$@ -Fl:$(WIN32KLIST)\$(*B).lst29 # 30 # Interference rule. Note: ALP specific; enables listing. 31 # (For Debug) 32 # 33 #.asm{$(OBJDIR)}.obj: 34 # $(AS) $(ASFLAGS) $< -Fo:$@ -Fl:$(OBJDIR)\$(*B).lst 30 35 31 36 32 ############################################################################## 33 # Main targets. 34 ############################################################################## 35 TARGET = kRx 36 37 OBJS = \ 37 # 38 # Object files. Prefix with OBJDIR and one space before the '\'. 39 # 40 OBJS = \ 38 41 $(OBJDIR)\kRxa.obj 39 42 40 LIBS = \ 43 44 # 45 # Libraries. One space before the '\'. 46 # 47 LIBS = \ 41 48 os2386.lib \ 42 49 rexx.lib 43 50 51 52 # 53 # Say that we actually have an definition file. 54 # 44 55 DEFFILE = $(TARGET).def 45 56 46 57 47 # #############################################################################48 # Includes the common rules.49 # #############################################################################50 !include $(PDWIN32_INCLUDE)\pdwin32.post 58 # 59 # Target name - name of the exe without extention and path. 60 # 61 TARGET = kRx 51 62 52 63 53 ############################################################################## 54 # Dependencies. 55 ############################################################################## 56 dep: 57 $(DEPEND) -o$$(OBJDIR) $(CINCLUDES) *.c *.cpp *.asm *.h 64 # 65 # Includes the common rules. 66 # 67 !include $(ODIN32_POST_INC) 58 68
Note:
See TracChangeset
for help on using the changeset viewer.