/[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 1068 by ossman_, Thu Mar 9 09:17:55 2006 UTC revision 1069 by ossman_, Thu Mar 9 09:46:30 2006 UTC
# Line 3  Line 3 
3  # MinGW makefile  # MinGW makefile
4  #  #
5    
6  CXX=g++  CC=gcc
7    
8  .SUFFIXES:  .SUFFIXES:
9    
10  default: seamlessrdpshell.exe HookDll/hookdll.dll  default: seamlessrdpshell.exe HookDll/hookdll.dll
11    
12  seamlessrdpshell.exe: main.cpp  seamlessrdpshell.exe: main.c
13          $(CXX) -o $@ $^          $(CC) -o $@ $^
14    
15  HookDll/hookdll.dll: HookDll/hookdll.cpp  HookDll/hookdll.dll: HookDll/hookdll.c
16          $(CXX) -shared -o $@ $^ -lwtsapi32          $(CC) -shared -o $@ $^ -lwtsapi32
17    
18  clean:  clean:
19          -rm *.exe *.o *.dll HookDll/*.exe HookDll/*.o HookDll/*.dll          -rm *.exe *.o *.dll HookDll/*.exe HookDll/*.o HookDll/*.dll

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

  ViewVC Help
Powered by ViewVC 1.1.26