/[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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1063 by astrand, Wed Mar 8 09:53:32 2006 UTC revision 1068 by ossman_, Thu Mar 9 09:17:55 2006 UTC
# Line 9  CXX=g++ Line 9  CXX=g++
9    
10  default: seamlessrdpshell.exe HookDll/hookdll.dll  default: seamlessrdpshell.exe HookDll/hookdll.dll
11    
12  HookDll/hook.o: HookDll/hook.cpp HookDll/hook.h  seamlessrdpshell.exe: main.cpp
13          $(CXX) -c -o $@ $<          $(CXX) -o $@ $^
   
 seamlessrdpshell.exe: main.cpp HookDll/hook.o  
         $(CXX) -o $@ $^ -lgdi32  
14    
15  HookDll/hookdll.dll: HookDll/hookdll.cpp  HookDll/hookdll.dll: HookDll/hookdll.cpp
16          $(CXX) -shared -o $@ $^ -lwtsapi32          $(CXX) -shared -o $@ $^ -lwtsapi32

Legend:
Removed from v.1063  
changed lines
  Added in v.1068

  ViewVC Help
Powered by ViewVC 1.1.26