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.

24 lines
576 B

  1. TARGETOS=WINNT
  2. APPVER=3.51
  3. !include <ntwin32.mak>
  4. all: compact.exe
  5. msg.h msg.rc msg00001.bin: msg.mc
  6. mc -v msg.mc
  7. compact.res: compact.rc msg.rc
  8. rc -r -fo compact.res compact.rc
  9. compact.obj: compact.c msg.h
  10. $(cc) $(cflags) $(cdebug) $(cvars) compact.c
  11. support.obj: support.c
  12. $(cc) $(cflags) $(cdebug) $(cvars) support.c
  13. compact.exe: compact.obj support.obj msg.h msg.rc msg00001.bin compact.res
  14. $(link) $(ldebug) $(conflags) -out:compact.exe \
  15. compact.obj support.obj compact.res \
  16. $(conlibs) shell32.lib user32.lib