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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1072 - (hide annotations)
Thu Mar 9 12:06:17 2006 UTC (18 years, 4 months ago) by ossman_
File size: 338 byte(s)
Minor tweak of the Makefile to make sure we don't get a console.
Also fixed the clean target to whine a little less.

1 astrand 1063
2     #
3     # MinGW makefile
4     #
5    
6 ossman_ 1069 CC=gcc
7 ossman_ 1071 CFLAGS=-Wall
8 astrand 1063
9     .SUFFIXES:
10    
11     default: seamlessrdpshell.exe HookDll/hookdll.dll
12    
13 ossman_ 1069 seamlessrdpshell.exe: main.c
14 ossman_ 1072 $(CC) $(CFLAGS) -mwindows -o $@ $^
15 astrand 1063
16 ossman_ 1069 HookDll/hookdll.dll: HookDll/hookdll.c
17 ossman_ 1071 $(CC) $(CFLAGS) -shared -o $@ $^ -lwtsapi32
18 astrand 1063
19     clean:
20 ossman_ 1072 -rm -f *.o HookDll/*.o
21     -rm -f seamlessrdpshell.exe HookDll/hookdll.dll

  ViewVC Help
Powered by ViewVC 1.1.26