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
323 B

  1. IPX_BASENAME = $(TARGETNAME).exe
  2. NLINKEXENAME = obj\$(TARGET_DIRECTORY)\$(IPX_BASENAME)
  3. NLINKBINNAME = $(SDK_LIB_PATH)\$(IPX_BASENAME)
  4. $(NLINKBINNAME): $(NLINKEXENAME)
  5. copy $(NLINKEXENAME) $(NLINKBINNAME)
  6. ipxroute.rc: ipxrtmsg.rc msg00001.bin
  7. ipxrtmsg.h ipxrtmsg.rc msg00001.bin: ipxrtmsg.mc
  8. mc -v ipxrtmsg.mc