/[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 1071 by ossman_, Thu Mar 9 12:00:15 2006 UTC revision 1072 by ossman_, Thu Mar 9 12:06:17 2006 UTC
# Line 11  CFLAGS=-Wall Line 11  CFLAGS=-Wall
11  default: seamlessrdpshell.exe HookDll/hookdll.dll  default: seamlessrdpshell.exe HookDll/hookdll.dll
12    
13  seamlessrdpshell.exe: main.c  seamlessrdpshell.exe: main.c
14          $(CC) $(CFLAGS) -o $@ $^          $(CC) $(CFLAGS) -mwindows -o $@ $^
15    
16  HookDll/hookdll.dll: HookDll/hookdll.c  HookDll/hookdll.dll: HookDll/hookdll.c
17          $(CC) $(CFLAGS) -shared -o $@ $^ -lwtsapi32          $(CC) $(CFLAGS) -shared -o $@ $^ -lwtsapi32
18    
19  clean:  clean:
20          -rm *.exe *.o *.dll HookDll/*.exe HookDll/*.o HookDll/*.dll          -rm -f *.o HookDll/*.o
21            -rm -f seamlessrdpshell.exe HookDll/hookdll.dll

Legend:
Removed from v.1071  
changed lines
  Added in v.1072

  ViewVC Help
Powered by ViewVC 1.1.26