home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
mfc
/
utility
/
tracer
/
internal.mak
next >
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
|
1998-03-27
|
347 b
|
19 lines
!if "$(PLATFORM)" == "M68K" || "$(PLATFORM)" == "MPPC"
!if "$(PLATFORM)" == "M68K"
!if "$(DEBUG)" == "1"
CFG=Tracer - Macintosh Debug
!else
CFG=Tracer - Macintosh Release
!endif
!else
!if "$(DEBUG)" == "1"
CFG=Tracer - Power Macintosh Debug
!else
CFG=Tracer - Power Macintosh Release
!endif
!endif
!include "tracer.mak"
!endif