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.

22 lines
294 B

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