!include <win32.mak>

 

all = hello.exe

 

objs = hello.obj

 

.c.obj:

    $(cc) $(cflags) $(cvars) $*.c

hello.exe:$(objs)

    $(link) $(guiflags) –out:hello.exe $(guilibs) $(objs)

相关文章:

  • 2021-12-09
  • 2022-12-23
  • 2022-02-13
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
  • 2021-10-02
  • 2022-02-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案