/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/seamlessrdp/ServerExe/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1068 - (show annotations)
Thu Mar 9 09:17:55 2006 UTC (18 years, 3 months ago) by ossman_
File size: 290 byte(s)
Refactor the hook dll loading so that we can remove hook.* and all C++ code.

1
2 #
3 # MinGW makefile
4 #
5
6 CXX=g++
7
8 .SUFFIXES:
9
10 default: seamlessrdpshell.exe HookDll/hookdll.dll
11
12 seamlessrdpshell.exe: main.cpp
13 $(CXX) -o $@ $^
14
15 HookDll/hookdll.dll: HookDll/hookdll.cpp
16 $(CXX) -shared -o $@ $^ -lwtsapi32
17
18 clean:
19 -rm *.exe *.o *.dll HookDll/*.exe HookDll/*.o HookDll/*.dll

  ViewVC Help
Powered by ViewVC 1.1.26