ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdate/makefile
Revision: 12
Committed: 2003-11-06T23:43:01-08:00 (21 years, 8 months ago) by Douglas Thrift
File size: 452 byte(s)
Log Message:
The universe is going to hell! I'm in love!

File Contents

# User Rev Content
1 Douglas Thrift 3 # HostUpdate
2     #
3     # Douglas Thrift
4     #
5     # $Id$
6    
7     !INCLUDE <Win32.mak>
8    
9 Douglas Thrift 9 CSRC = HostUpdate.cpp Host.cpp
10 Douglas Thrift 3 HDRS = $(CSRC:cpp=hpp)
11     OBJS = $(CSRC:cpp=obj)
12     EXEC = hostupdate.exe
13    
14     all: $(EXEC)
15    
16     $(EXEC): $(OBJS)
17 Douglas Thrift 12 $(link) $(conlflags) /LIBPATH:D:\\cgicc-3.2.1\\win\\Debug $(OBJS) \
18 Douglas Thrift 10 $(winsocklibs) cgicc.lib /out:$(EXEC)
19 Douglas Thrift 3
20     .cpp.obj::
21     $(cc) $(cvarsdll) $(cflags) /ID:\\cgicc-3.2.1 /O2 /EHsc $< /c
22    
23     #.rc.res::
24     # $(rc) $(rcflags) $(rcvars) $<
25    
26     clean:
27     del $(OBJS) $(EXEC)

Properties

Name Value
svn:eol-style native
svn:keywords Id