diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-24 16:41:19 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-24 16:42:28 +0300 |
commit | 06c8108fe5c196aec2888d9b236f595f2bcb1c46 (patch) | |
tree | 264eb643e279cd2b943dcf5d78f72b26aeec56dc /shell/source/win32/shlxthandler/res | |
parent | 58442b0f17a7dd645b29a338d8c936aa36b62bc5 (diff) |
Attempt to make this build with MinGW
Diffstat (limited to 'shell/source/win32/shlxthandler/res')
-rwxr-xr-x | shell/source/win32/shlxthandler/res/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/res/makefile.mk b/shell/source/win32/shlxthandler/res/makefile.mk index ec0529015179..fc2bcbd7f6e0 100755 --- a/shell/source/win32/shlxthandler/res/makefile.mk +++ b/shell/source/win32/shlxthandler/res/makefile.mk @@ -63,10 +63,12 @@ $(RES)$/x64$/$(TARGET).res : $(RES)$/$(TARGET).res .INCLUDE : tg_wntx64.mk - # Generate the native Windows resource file # using lngconvex.exe $(RCFILES) : $(ULFDIR)$/shlxthdl.ulf makefile.mk rcfooter.txt rcheader.txt rctmpl.txt +.IF "$(COM)" == "MSC" $(subst,$(SOLARBINDIR)$/lngconvex,$(BIN)$/lngconvex $(LNGCONVEX)) -ulf $(ULFDIR)$/shlxthdl.ulf -rc $(RES)$/shlxthdl.rc -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt - +.ELSE + $(LNGCONVEX) -ulf $(ULFDIR)$/shlxthdl.ulf -rc $(RES)$/shlxthdl.rc -rct rctmpl.txt -rch rcheader.txt -rcf rcfooter.txt +.ENDIF |