Changeset 4719 for trunk/src/winmm/mcicda
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/winmm/mcicda/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/mcicda/makefile
r4709 r4719 1 # $Id: makefile,v 1. 4 2000-12-02 11:37:05 sandervlExp $1 # $Id: makefile,v 1.5 2000-12-02 23:53:56 bird Exp $ 2 2 3 3 # 4 # PD-Win32 API4 # Odin32 API 5 5 # 6 # mcicda.dll makefile6 # mcicda.dll makefile 7 7 # 8 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\include13 PDWIN32_LIB = ..\..\..\lib14 PDWIN32_BIN = ..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\tools\bin16 9 17 10 # 18 11 # Compiler, tools, and interference rules. 19 12 # 20 !include $(PDWIN32_INCLUDE)/pdwin32.mk 13 !include ../../../makefile.inc 14 15 16 # 17 # Object files. Prefix with OBJDIR and one space before the '\'. 18 # 19 OBJS = \ 20 $(OBJDIR)\mcicda.obj \ 21 $(OBJDIR)\cdrom.obj \ 22 $(OBJDIR)\mcicdos2rsrc.obj \ 23 $(OBJDIR)\os2cdrom.obj \ 24 $(DLLENTRY) \ 25 26 27 # 28 # Libraries. One space before the '\'. 29 # 30 LIBS = \ 31 $(ODIN32_LIB)/kernel32.lib \ 32 $(ODIN32_LIB)/user32.lib \ 33 $(ODIN32_LIB)/winmm.lib \ 34 $(ODIN32_LIB)/$(ODINCRT).lib \ 35 OS2386.LIB \ 36 $(RTLLIB_O) 37 21 38 22 39 # … … 25 42 TARGET = mcicdos2 26 43 27 OBJS = $(OBJDIR)\mcicda.obj \28 $(OBJDIR)\cdrom.obj \29 $(OBJDIR)\mcicdos2rsrc.obj \30 $(PDWIN32_LIB)/dllentry.obj \31 $(OBJDIR)\os2cdrom.obj32 33 #34 # Libraries. One space before the '\'.35 #36 LIBS = \37 $(PDWIN32_LIB)\WINMM.LIB \38 $(PDWIN32_LIB)/kernel32.lib \39 $(PDWIN32_LIB)/$(ODINCRT).lib \40 OS2386.LIB \41 $(RTLLIB_O)42 43 44 44 45 45 # 46 46 # Includes the common rules. 47 47 # 48 !include $( PDWIN32_INCLUDE)/pdwin32.post48 !include $(ODIN32_POST_INC)
Note:
See TracChangeset
for help on using the changeset viewer.
