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

  1. TARGETNAME=gflags
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. SOURCES=gflags.cxx gflags.rc
  5. UMTYPE=console
  6. USE_MSVCRT=1
  7. USE_NATIVE_EH=1
  8. !if $(IA64)
  9. LINKER_STACKSIZE=-stack:0x100000,0x6000
  10. !else
  11. LINKER_STACKSIZE=-stack:0x100000,0x3000
  12. !endif
  13. TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib \
  14. $(SDK_LIB_PATH)\user32.lib
  15. NTTARGETFILES=$(O)\gflags.res