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.

32 lines
578 B

  1. # OEMINC=..\..\oeminc
  2. OEMINC=k:\casiodrv\nt50mini\oeminc
  3. MAJORCOMP=windows
  4. MINORCOMP=md_capplres
  5. NO_NTDLL=1
  6. TARGETNAME=capplres
  7. TARGETPATH=$(BASEDIR)\lib
  8. TARGETTYPE=DYNLINK
  9. !IF 0
  10. TARGETLIBS=
  11. !ELSE
  12. TARGETLIBS=$(BASEDIR)\lib\*\$(DDKBUILDENV)\libcntpr.lib \
  13. $(DDK_LIB_PATH)\$(DDKBUILDENV)\win32k.lib
  14. !ENDIF
  15. DLLBASE=0x8000000
  16. # INCLUDES=..\..\inc;$(OEMINC)
  17. INCLUDES=k:\casiodrv\nt50mini\inc;$(OEMINC)
  18. C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DWINNT_40
  19. RCCODEPAGE=932
  20. SOURCES=capplres.rc \
  21. common.c \
  22. capplres.c \
  23. debug.c