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.

13 lines
198 B

  1. TARGETNAME = rpcep
  2. TARGETPATH = $(_OBJ_DIR)
  3. TARGETTYPE = PROGRAM
  4. SOURCES = rpcep.cpp rpcep.rc
  5. UMTYPE = console
  6. UMAPPL = rpcep
  7. LINKLIBS= \
  8. $(SDK_LIB_PATH)\rpcrt4.lib \
  9. USE_CRTDLL = 1