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

  1. TARGETNAME=makeinf
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. USE_MSVCRT=1
  5. INCLUDES=..\;
  6. SOURCES=makeinf.c \
  7. ..\parse.c \
  8. makeinf.rc
  9. UMTYPE=console
  10. UMENTRY=main