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.

43 lines
696 B

  1. !IF 0
  2. Copyright (C) 1997 - 1999 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=windows
  5. MINORCOMP=md_riafres
  6. !include $(PRNROOT)\print.inc
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. TARGETLIBS=\
  10. $(SDK_LIB_PATH)\advapi32.lib \
  11. $(SDK_LIB_PATH)\kernel32.lib \
  12. $(SDK_LIB_PATH)\user32.lib \
  13. $(SDK_LIB_PATH)\winspool.lib \
  14. $(SDK_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. INCLUDES=$(PRNROOT)\inc
  23. RCCODEPAGE=1252
  24. UMTYPE=windows
  25. SOURCES=\
  26. riafui.rc \
  27. riafui.cpp \
  28. common.c \
  29. comoem.cpp