home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Reverse Code Engineering RCE CD +sandman 2000
/
ReverseCodeEngineeringRceCdsandman2000.iso
/
RCE
/
Tools
/
TASM V5
/
CPUID.PAK
/
MAKEFILE
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-21
|
372 b
|
20 lines
# Makefile for cpuid example.
#
# Copyright (c) 1996 by Borland International, Inc.
#
# Usage: make -B # cpuid example
# make -B -DDEBUG # cpuid example with debug info
#
!if $d(DEBUG)
TASMDEBUG=/zi
LINKDEBUG=/v
!else
TASMDEBUG=
LINKDEBUG=
!endif
cpuid.exe:
tasm $(TASMDEBUG) cpuid.asm
tlink $(LINKDEBUG) cpuid.obj