Leaked source code of windows server 2003
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.

31 lines
724 B

  1. !IF 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. !ENDIF
  4. !INCLUDE ..\sources.inc
  5. TARGETLIBS= \
  6. $(SDBAPI_PATH)\lib\$(O)\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. $(SDK_LIB_PATH)\strsafe.lib
  16. BINPLACE_PLACEFILE=..\..\placefil.txt
  17. C_DEFINES=$(C_DEFINES) -DUSE_CWIN
  18. TARGETTYPE=PROGRAM
  19. UMTYPE=console
  20. UMENTRY=main