Changeset 9 for trunk/src/wmakefile
- Timestamp:
- Sep 13, 2010, 12:44:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wmakefile
r7 r9 25 25 # along with this program; if not, write to the Free Software 26 26 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 27 28 ############################################################################### 29 # wmake options 30 31 .ERASE # disable prompt to delete out of date files on compile errors 32 27 33 28 34 ############################################################################### … … 60 66 -I$(DDK)$(PS)BASE$(PS)SRC$(PS)DEV$(PS)DASD$(PS)DISKINC 61 67 62 LIB_DIRS = $(DDK)$(PS)BASE$(PS)LIB$(PS); & 63 $(DDK)$(PS)BASE$(PS)SRC$(PS)DEV$(PS)DASD$(PS)DEVHLP$(PS); & 64 $(WATCOM)$(PS)LIB$(PS); 68 LIB_DIRS = $(DDK)$(PS)BASE$(PS)LIB$(PS);$(DDK)$(PS)BASE$(PS)SRC$(PS)DEV$(PS)DASD$(PS)DEVHLP$(PS);$(WATCOM)$(PS)LIB$(PS); 65 69 66 70 … … 70 74 TARGET = os2ahci.add 71 75 72 LIBS = addcalls dhcalls doscalls slibceprmcalls76 LIBS = addcalls,dhcalls,doscalls,slibcep,rmcalls 73 77 74 78 SRCS = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c 75 79 76 OBJS = init.obj libc.obj os2ahci.obj pci.obj ahci.obj ata.obj atapi.obj 80 OBJS = init.obj libc.obj os2ahci.obj pci.obj ahci.obj ata.obj atapi.obj& 77 81 ctxhook.obj 78 82 … … 90 94 91 95 AFLAGS = -2 -bt=os2 -w3 -zq -ms 92 CFLAGS = -bt=os2 -ms -s -zdp -zff -zgf -zu -zl -2 -w2 -wcd=138 -zp=1 96 CFLAGS = -bt=os2 -ms -s -zdp -zff -zgf -zu -zl -2 -w2 -wcd=138 -zp=1 -q 93 97 CFLAGS_DEBUG = -d3 -hc 94 LFLAGS = name $(TARGET) sys os2 dll initglobal option map quiet &98 LFLAGS = name $(TARGET) sys os2 dll initglobal option map option quiet & 95 99 libpath $(LIB_DIRS) lib os2 file $(OBJS) library $(LIBS) 96 100 LFLAGS_DEBUG = DEBUG CODEVIEW option cvpack
Note:
See TracChangeset
for help on using the changeset viewer.