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

  1. MAJORCOMP=windows
  2. MINORCOMP=shell
  3. TARGETNAME=pifedit
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. TARGETLIBS=
  7. INCLUDES=\nt\private\windows\inc;..\..\inc
  8. SOURCES= pifedit.c mods.c pifsubs.c pifedit.rc
  9. C_DEFINES=-DWIN32 -DSTRICT
  10. UMTYPE=windows
  11. UMENTRY=winmain
  12. UMAPPL=pifedit
  13. UMLIBS= \
  14. $(SDK_LIB_PATH)\comdlg32.lib \
  15. $(SDK_LIB_PATH)\shell32.lib \
  16. $(O)\pifsubs.obj \
  17. $(O)\mods.obj \
  18. $(O)\pifedit.res