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

  1. MAJORCOMP=tools
  2. MINORCOMP=intltools
  3. TARGETNAME=rledit
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. USE_MSVCRT=1
  7. INCLUDES=.;..\common;..\common\$(O)
  8. C_DEFINES=-DRLWIN32 -DRLRES32 -DUNICODE -D_UNICODE
  9. GPSIZE=0
  10. SOURCES=\
  11. rledit.c \
  12. rledit.rc
  13. TARGETLIBS= \
  14. ..\common\$(O)\common.lib \
  15. $(SDK_LIB_PATH)\shell32.lib \
  16. $(SDK_LIB_PATH)\comdlg32.lib \
  17. $(SDK_LIB_PATH)\version.lib
  18. UMTYPE=windows
  19. UMENTRY=winmain