Source code of Windows XP (NT5)
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.

20 lines
361 B

  1. TARGETNAME=ntfrsupg
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. USE_MSVCRT=1
  5. INCLUDES=..\inc;..\idl\$(O);$(NET_INC_PATH);$(DS_INC_PATH)\crypto
  6. C_DEFINES=-DUNICODE -D_UNICODE
  7. TARGETLIBS= \
  8. $(DS_LIB_PATH)\netapi32p.lib \
  9. $(SDK_LIB_PATH)\user32.lib \
  10. $(SDK_LIB_PATH)\ntdll.lib
  11. SOURCES=\
  12. ntfrsupg.cxx \
  13. version.rc
  14. UMTYPE=console