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
gnumakefile
Package: shell.rar [view]
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:
Windows Kernel
Development Platform:
Visual C++
- # This makefile has been generated automatically by mwgenmakeC for
- # compiling C++ application.
- VOBS=/vobs
- CUSTOM_RULES = ${VOBS}/ie4/shell.template
- SOURCES_FILE = sources
- SOURCES_IMPORTS = TARGETTYPE TARGETNAME DLLENTRY PRECOMPILED_INCLUDE
- DLLDEF_SRC = ../url.def
- DLLDEF_EXPORTS =
- _____url_initDLL
- INCLUDES =
- $(SHELL_DIR)/ext/url
- ${SHELL_DIR}/inc
- ${SHELL_DIR}/inc/stubs
- # Warning: DLL based on MFC (compiled with _USRDLL flag) is not supported yet.
- # This makefile is just for demo purpose.
- ## Original Windows DLL name:
- WDLL = url
- DLL = lib${WDLL}.${MW_SHARED_LIBRARY_SUFFIX}
- ## COMPILE_OPTION can have the values: debug, optimized
- COMPILE_OPTION = debug
- ## you may define the following variables
- ## RUN.dir : the directory where you want the executables to go
- ## APP_CFLAGS : additional compilation flags for C compiler
- ## APP_CCPPFLAGS: additional compilation flags for C++ compiler
- ## APP_DLLFLAGS : additional link flags
- ## MWINIT_DEFINES : list of -D<symbols> used to initialize
- ## Mainwin in certain specific ways
- ## MWLOCALES: list of country codes corresponding to the
- ## resources you have prepared in the res subdirectory
- ##
- NO_UNICODE = 1
- PROJECT_CFLAGS = -I. -I.. ${DEFINES}
- PROJECT_CCPPFLAGS = -pto
- PROJECT_DLLFLAGS =
- -lsrcc
- -lshell32
- -ladvapi32
- -lole32
- -lwininet
- -lshlwapi
- -lcomctl32
- -luuid
- -lstocklib
- __cplusplus = true
- include $(MWHOME)/make.rules.simple