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.

22 lines
375 B

  1. MAJORCOMP=tools
  2. MINORCOMP=intltools
  3. TARGETNAME=rlman
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. USE_MSVCRT=1
  7. INCLUDES=.;..\common;..\common\$(O)
  8. C_DEFINES=-DRLWIN32 -DRLRES32 -DUNICODE -D_UNICODE
  9. GPSIZE=0
  10. SOURCES=\
  11. rlman.c \
  12. rlman.rc
  13. TARGETLIBS=..\common\$(O)\common.lib \
  14. $(SDK_LIB_PATH)\user32.lib \
  15. $(SDK_LIB_PATH)\version.lib
  16. UMTYPE=console