home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-01-15 | 386 b | 16 lines |
- TARGETOS=WINNT
- APPVER=4.0
-
- !include <ntwin32.mak>
-
- all: encrypt.exe decrypt.exe
-
- .c.obj:
- $(cc) $(cdebug) $(cflags) $(cvars) $*.c
-
- encrypt.exe: encrypt.obj
- $(link) $(linkdebug) $(conflags) -machine:$(CPU) -out:$*.exe $** $(conlibsdll) advapi32.lib
-
- decrypt.exe: decrypt.obj
- $(link) $(linkdebug) $(conflags) -machine:$(CPU) -out:$*.exe $** $(conlibsdll) advapi32.lib
-