/[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 1162 by ossman_, Thu Mar 9 16:42:26 2006 UTC revision 1163 by ossman_, Mon Mar 20 10:31:58 2006 UTC
# Line 10  CFLAGS=-Wall Line 10  CFLAGS=-Wall
10    
11  default: seamlessrdpshell.exe HookDll/seamlessrdp.dll  default: seamlessrdpshell.exe HookDll/seamlessrdp.dll
12    
13  seamlessrdpshell.exe: main.c vchannel.o  seamlessrdpshell.exe: main.c vchannel.dll
14          $(CC) $(CFLAGS) -mwindows -o $@ $^ -lwtsapi32          $(CC) $(CFLAGS) -mwindows -o $@ $^ -lwtsapi32
15    
16  vchannel.o: vchannel.c vchannel.h  vchannel.dll: vchannel.c
         $(CC) $(CFLAGS) -c -o $@ vchannel.c  
   
 HookDll/seamlessrdp.dll: HookDll/hookdll.c vchannel.o  
17          $(CC) $(CFLAGS) -shared -o $@ $^ -lwtsapi32          $(CC) $(CFLAGS) -shared -o $@ $^ -lwtsapi32
18    
19    HookDll/seamlessrdp.dll: HookDll/hookdll.c vchannel.dll
20            $(CC) $(CFLAGS) -shared -o $@ $^
21    
22  clean:  clean:
23          -rm -f *.o HookDll/*.o          -rm -f *.o HookDll/*.o
24          -rm -f seamlessrdpshell.exe HookDll/seamlessrdp.dll          -rm -f seamlessrdpshell.exe vchannel.dll HookDll/seamlessrdp.dll

Legend:
Removed from v.1162  
changed lines
  Added in v.1163

  ViewVC Help
Powered by ViewVC 1.1.26