# Copyright (c) 1992 Microsoft Corporation. All rights reserved.

NoTitle: NoTitle.exe

NoTitle.res: NoTitle.rc NoTitle.h NoTitle.ico
    rc -r -v NoTitle.rc

NoTitle.obj: NoTitle.c NoTitle.h
    cl -c -AS -Gsw -Od -Zipe -W3 NoTitle.c

NoTitle.exe: NoTitle.obj NoTitle.def NoTitle.res
    link /CO /NOD NoTitle,,, libw slibcew, NoTitle.def
    rc -v NoTitle.res
