Commit 4f45f4c6 authored by Xavier Marchesini's avatar Xavier Marchesini

Quick and ugly hack in the makefile to allow vlc_win32 to compile when
getting it directly from the CVS. As a result, the vlc_win32 program
doesn't have an icon any more. Too bad.
parent 8ecba86e
......@@ -60,9 +60,9 @@ ifneq (,$(findstring darwin,$(SYS)))
C_OBJ += src/misc/darwin_specific.o
endif
ifneq (,$(findstring mingw32,$(SYS)))
RESOURCE_OBJ := share/vlc_win32_rc.o
endif
#ifneq (,$(findstring mingw32,$(SYS)))
#RESOURCE_OBJ := share/vlc_win32_rc.o
#endif
#
# Generated header
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment