Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ASM.MAK
Upload User: linklycbj
Upload Date: 2009-11-12
Package Size: 447k
Code Size: 3k
Category:
Windows Develop
Development Platform:
WINDOWS
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) External Target" 0x0106
- !IF "$(CFG)" == ""
- CFG=Asm - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to Asm - Win32 Debug.
- !ENDIF
- !IF "$(CFG)" != "Asm - Win32 Release" && "$(CFG)" != "Asm - Win32 Debug"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !MESSAGE You can specify a configuration when running NMAKE on this makefile
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "Asm.mak" CFG="Asm - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "Asm - Win32 Release" (based on "Win32 (x86) External Target")
- !MESSAGE "Asm - Win32 Debug" (based on "Win32 (x86) External Target")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- ################################################################################
- # Begin Project
- !IF "$(CFG)" == "Asm - Win32 Release"
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP BASE Cmd_Line "NMAKE /f Myvxd.mak"
- # PROP BASE Rebuild_Opt "/a"
- # PROP BASE Target_File "Myvxd.exe"
- # PROP BASE Bsc_Name "Myvxd.bsc"
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- # PROP Cmd_Line "NMAKE /f Myvxd.mak"
- # PROP Rebuild_Opt "/a"
- # PROP Target_File "Asm.exe"
- # PROP Bsc_Name "Asm.bsc"
- OUTDIR=.Release
- INTDIR=.Release
- ALL :
- CLEAN :
- -@erase
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- !ELSEIF "$(CFG)" == "Asm - Win32 Debug"
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP BASE Cmd_Line "NMAKE /f Myvxd.mak"
- # PROP BASE Rebuild_Opt "/a"
- # PROP BASE Target_File "Myvxd.exe"
- # PROP BASE Bsc_Name "Myvxd.bsc"
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- # PROP Cmd_Line "NMAKE /f Myvxd.mak"
- # PROP Rebuild_Opt "/a"
- # PROP Target_File "Asm.exe"
- # PROP Bsc_Name "Asm.bsc"
- OUTDIR=.Debug
- INTDIR=.Debug
- ALL :
- CLEAN :
- -@erase
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- !ENDIF
- ################################################################################
- # Begin Target
- # Name "Asm - Win32 Release"
- # Name "Asm - Win32 Debug"
- !IF "$(CFG)" == "Asm - Win32 Release"
- "$(OUTDIR)Asm.exe" :
- CD C:VXDBOOKChap7Asm
- NMAKE /f Myvxd.mak
- !ELSEIF "$(CFG)" == "Asm - Win32 Debug"
- "$(OUTDIR)Asm.exe" :
- CD C:VXDBOOKChap7Asm
- NMAKE /f Myvxd.mak
- !ENDIF
- ################################################################################
- # Begin Source File
- SOURCE=.Myvxd.mak
- !IF "$(CFG)" == "Asm - Win32 Release"
- !ELSEIF "$(CFG)" == "Asm - Win32 Debug"
- !ENDIF
- # End Source File
- # End Target
- # End Project
- ################################################################################