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.

42 lines
690 B

  1. MAJORCOMP=windows
  2. MINORCOMP=md_riafres
  3. !ifndef PRNROOT
  4. PRNROOT=$(BASEDIR)\src\print
  5. !endif
  6. TARGETNAME=riafui
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. TARGETLIBS=\
  10. $(DDK_LIB_PATH)\advapi32.lib \
  11. $(DDK_LIB_PATH)\kernel32.lib \
  12. $(DDK_LIB_PATH)\user32.lib \
  13. $(DDK_LIB_PATH)\winspool.lib \
  14. $(DDK_LIB_PATH)\uuid.lib
  15. C_DEFINES=$(C_DEFINES) -DUNICODE -DOEMCOM
  16. DLLENTRY=_DllMainCRTStartup
  17. DLLBASE=0x50000000
  18. USE_MSVCRT=1
  19. USE_CTRLDLL=1
  20. WIN32_WINNT_VERSION=0x0500
  21. WIN32_IE_VERSION=0x0500
  22. DLLDEF=riafui.def
  23. INCLUDES=$(PRNROOT)\inc
  24. RCCODEPAGE=1252
  25. UMTYPE=windows
  26. SOURCES=\
  27. riafui.rc \
  28. riafui.cpp \
  29. common.c \
  30. comoem.cpp