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.

34 lines
667 B

  1. !include ..\..\win95upg.mk
  2. !include $(WIN95UPG_ROOT)\w95upg\w95upg.mk
  3. # component
  4. MINORCOMP=filegen
  5. # target
  6. TARGETNAME=filegen
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. # x86-specific sources
  10. I386_SOURCES=\
  11. filegen.c \
  12. filegen.rc
  13. # link libraries
  14. TARGETLIBS=\
  15. $(WIN95UPG_BIN)\migutil.lib \
  16. $(WIN95UPG_BIN)\memdb.lib \
  17. $(WIN95UPG_BIN)\progbar.lib \
  18. $(BASE_LIB_PATH)\sputilsa.lib \
  19. $(SDK_LIB_PATH)\setupapi.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\advapi32.lib \
  23. # app settings
  24. UMTYPE=console