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.

19 lines
281 B

  1. TARGETNAME=jetconv
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. TARGETLIBS=\
  5. $(SDK_LIB_PATH)\user32.lib \
  6. $(SDK_LIB_PATH)\ntdll.lib
  7. SOURCES = \
  8. locmsg.mc \
  9. main.c \
  10. util.c \
  11. convert.c \
  12. jetconv.rc
  13. 386_STDCALL=0
  14. UMTYPE=console
  15. USE_MSVCRT=1