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.

50 lines
926 B

  1. # Makefile : Build the CPL applet.
  2. ##########################################################################
  3. #
  4. # Microsoft Confidential
  5. # Copyright (C) Microsoft Corporation 1991
  6. # All Rights Reserved.
  7. #
  8. ##########################################################################
  9. NAME=wvmapper
  10. PRIVINC=priv
  11. ROOT=..\..\..\..
  12. !UNDEF VER
  13. VER=debug
  14. !ifdef VERDIR
  15. VERDIR=debug
  16. ROOT=..\$(ROOT)
  17. !endif
  18. WANT_C816 = 1
  19. MISCOBJ0 = wvinit.obj wvmapper.obj
  20. LIB0=LIBW MNOCRTDW MLIBCEW MMSYSTEM
  21. BUILDDLL=TRUE
  22. MKPUBLIC=TRUE
  23. CFLAGS = -Oxs
  24. !IFDEF FROST30
  25. CFLAGS = $(CFLAGS) -DFROST30
  26. RCFLAGS = $(RCFLAGS) -DFROSTING
  27. !ENDIF
  28. !IF "$(DBCS)"=="NEC"
  29. AFLAGS = $(AFLAGS) -DNEC_98
  30. CFLAGS = $(CFLAGS) -DNEC_98
  31. RCFLAGS = $(RCFLAGS) -DNEC_98
  32. !ENDIF
  33. !UNDEF BUILD
  34. BUILD=retail
  35. !include $(ROOT)\win\shell\common.mk
  36. INCLUDE=$(INCLUDE);$(ROOT)\dev\sdk\inc;$(ROOT)\dos\inc
  37. wvmapper.obj : $(SRCDIR)\wvmapper.h $(SRCDIR)\wvmapper.c