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

  1. !include ..\..\..\place.inc
  2. TARGETNAME=TestExe
  3. TARGETPATH=obj
  4. TARGETTYPE=PROGRAM
  5. UMTYPE=console
  6. MAJORCOMP=setup
  7. MINORCOMP=TestExe
  8. SOURCES= \
  9. main.cpp \
  10. resource.rc
  11. INCLUDES=\
  12. ..; \
  13. ..\..\..\inc
  14. TARGETLIBS= \
  15. $(SDK_LIB_PATH)\user32.lib