CVS: seamlessrdp/ServerExe Makefile,NONE,1.1

Peter Åstrand <[email protected]>
Newsgroups gmane.network.rdesktop.cvs
Message-ID <[email protected]>
Update of /cvsroot/rdesktop/seamlessrdp/ServerExe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27235

Added Files:
	Makefile 
Log Message:
Added MinGW makefile

--- NEW FILE: Makefile ---

#
# MinGW makefile
#

CXX=g++

.SUFFIXES:

default: seamlessrdpshell.exe HookDll/hookdll.dll

HookDll/hook.o: HookDll/hook.cpp HookDll/hook.h
	$(CXX) -c -o $@ $< 

seamlessrdpshell.exe: main.cpp HookDll/hook.o
	$(CXX) -o $@ $^ -lgdi32

HookDll/hookdll.dll: HookDll/hookdll.cpp
	$(CXX) -shared -o $@ $^ -lwtsapi32

clean:
	-rm *.exe *.o *.dll HookDll/*.exe HookDll/*.o HookDll/*.dll



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.