Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
484 B

!ifdef DEBUG
CFLAGS = /Od /Zi /D BETA=$(BETA) DEBUG=$(DEBUG)
LFLAGS = /CO
!else
CFLAGS = /Ox
!endif
!ifdef BETA
CFLAGS = /D BETA=$(BETA)
!endif
aboutwep.dll: about.obj res.res about.def
link about libentry, aboutwep.dll /align:16, aboutwep.map, /NOE /NOD sdllcew libw, about.def
rc res.res aboutwep.dll
res.res: res.rc res.h aboutbaw.bmp aboutclr.rle
rc -r -DWIN16 res.rc
about.obj: about.c res.h
.c.obj:
cl $(CFLAGS) -DWIN16 -c -Asnw -G2sw -Ox -W3 -Zpe -nologo $*.c