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.

23 lines
365 B

  1. MAJORCOMP=sis
  2. MINORCOMP=sisSetup
  3. TARGETNAME=sisSetup
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. UMTYPE=console
  7. UMENTRY=wmain
  8. USE_CRTDLL=1 #same as USE_MSVCRT=1
  9. USE_MAPSYM=1
  10. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  11. BINPLACE_PLACEFILE=..\placefil.txt
  12. SOURCES=\
  13. sisSetup.c \
  14. sisSetup.rc
  15. LINKLIBS=\
  16. $(SDK_LIB_PATH)\user32.lib