Leaked source code of windows server 2003
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.

58 lines
1.2 KiB

  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=w95inf16
  10. ROOT=..\..\..
  11. RES_DIR=..
  12. IEXPRESS=$(ROOT)\setup\iexpress
  13. !ifdef VERDIR
  14. ROOT=..\$(ROOT)
  15. !endif
  16. PRIVINC=w95inf16
  17. RESNAME=w95inf16.res
  18. DEFNAME=w95inf16.def
  19. RCNAME=w95inf16.rc
  20. RCVNAME=w95inf16.rcv
  21. DEPENDNAME=depend.mk
  22. IS_SDK=TRUE
  23. MISCOBJ0=libinit.obj w95thk.obj
  24. PCHOBJ0=w95inf16.obj
  25. CODESEG0=_TEXT
  26. LIB0=libw mnocrtw mdllcew setupx
  27. BUILDDLL=TRUE
  28. APPEXT=dll
  29. !IF "$(DBCS)" == "NEC"
  30. RCFLAGS = $(RCFLAGS) -DNEC_98
  31. !ENDIF
  32. !include $(ROOT)\setup\iexpress\common.mk
  33. INCLUDE=$(IEXPRESS)\common;$(ROOT)\dev\inc16;$(INCLUDE);$(ROOT)\dev\ddk\inc;$(ROOT)\dev\sdk\inc
  34. THUNK = $(ROOT)\dev\tools\binr\thunk.exe
  35. w95thk.obj: ..\w95thk.asm
  36. ..\w95thk.asm: $(THUNK) ..\..\common\w95thk.thk
  37. if exist ..\w95thk.thk del ..\w95thk.thk
  38. copy ..\..\common\w95thk.thk ..\w95thk.thk
  39. $(THUNK) -NC _TEXT ..\w95thk.thk
  40. w95inf16.pch: