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.

30 lines
578 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. !ENDIF
  4. !INCLUDE ..\sources.inc
  5. TARGETLIBS= \
  6. $(WINDOWS_LIB_PATH)\sdbapil.lib \
  7. $(SDK_LIB_PATH)\user32.lib \
  8. $(SDK_LIB_PATH)\ntdll.lib \
  9. $(SDK_LIB_PATH)\ole32.lib \
  10. $(SDK_LIB_PATH)\oleaut32.lib \
  11. $(SDK_LIB_PATH)\uuid.lib \
  12. $(SDK_LIB_PATH)\version.lib \
  13. $(SDK_LIB_PATH)\shlwapi.lib \
  14. $(SDK_LIB_PATH)\shell32.lib
  15. BINPLACE_PLACEFILE=..\..\placefil.txt
  16. C_DEFINES=$(C_DEFINES) -DUSE_CWIN
  17. TARGETTYPE=PROGRAM
  18. UMTYPE=console
  19. UMENTRY=main