File:  [WindowsNT SDKs] / mstools / samples / sdktools / dlgedit / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:28 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

!include <ntwin32.mak>

all: dlgedit.exe

# Update the resources if necessary

dlgedit.res: dlgedit.rc dlgedit.h
    $(rc) -r dlgedit.rc

dlgedit.rbj: dlgedit.res
    $(cvtres) -$(CPU) dlgedit.res -o dlgedit.rbj

dlgedit.exe: addctrl.obj  \
        ctrlproc.obj \
        custcntl.obj \
        dialogs.obj  \
        dlgedit.obj  \
        drag.obj     \
        file.obj     \
        globals.obj  \
        groupdlg.obj \
        include.obj  \
        menu.obj     \
        reslist.obj  \
        restodlg.obj \
        resutil.obj  \
        rwdlg.obj    \
        rwinc.obj    \
        rwres.obj    \
        select.obj   \
        status.obj   \
        styles.obj   \
        toolbox.obj  \
        util.obj     \
        viewinc.obj  \
        dlgedit.rbj
  $(link) $(linkdebug) $(guiflags) -out:$*.exe $** $(guilibs)

.c.obj:
  $(cc) $(cdebug) $(cflags) $(cvars) -DUNICODE $*.c



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.