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.

25 lines
456 B

  1. # component
  2. MINORCOMP=OSUNINST
  3. MAJORCOMP=setup
  4. # target
  5. TARGETNAME=OSUNINST
  6. TARGETPATH=obj
  7. TARGETTYPE=DYNLINK
  8. # compiler options
  9. USE_CRTDLL=1
  10. C_DEFINES=$(C_DEFINES) -DUNICODE
  11. # linker options
  12. DLLDEF=undo.def
  13. DLLENTRY=_DllMainCRTStartup
  14. # source files
  15. SOURCES=interface.c undo.rc
  16. # binplace options
  17. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}
  18. TARGETLIBS=\
  19. $(SDK_LIB_PATH)\kernel32.lib