diff options
author | marha <marha@users.sourceforge.net> | 2011-03-07 11:09:57 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-07 11:09:57 +0000 |
commit | b5eab44b14b3193bfc327d10e556de8236071716 (patch) | |
tree | 3a87385a765eda5106df883ff2fab4c93c2e5a33 /xorg-server/hw/xwin/xlaunch/makefile | |
parent | faed2dca735b7aa26a146c5e309cafa8134425b9 (diff) | |
download | vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.tar.gz vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.tar.bz2 vcxsrv-b5eab44b14b3193bfc327d10e556de8236071716.zip |
Added possibility of mapping the PRIMARY selection
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/makefile')
-rw-r--r-- | xorg-server/hw/xwin/xlaunch/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/makefile b/xorg-server/hw/xwin/xlaunch/makefile index 489ad8d66..b97d7ecb6 100644 --- a/xorg-server/hw/xwin/xlaunch/makefile +++ b/xorg-server/hw/xwin/xlaunch/makefile @@ -19,7 +19,7 @@ WINAPP = xlaunch RESOURCES = resources.rc
-$(OBJDIR)\%.res : resources\%.rc
+$(OBJDIR)\%.res : resources\%.rc $(wildcard resources\*.rc)
$(RC) $(RCFLAGS) $(RCDEFINES:%=-d "%") $(RCINCLUDES:%=-i %) -Fo$(relpath $@) $<
LIBDIRS=$(dir $(INCLUDELIBFILES))
|