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.

16 lines
212 B

  1. MAJORCOMP=sdk
  2. MINORCOMP=rc
  3. TARGETNAME=rc
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. INCLUDES=.\;..\rcdll
  7. SOURCES=rc.c \
  8. rc.rc
  9. UMTYPE=console
  10. SUBSYSTEM_VERSION=4.0
  11. LINKLIBS=..\rcdll\$(O)\rcdll.lib
  12. USE_MSVCRT=1