1a51045ea4
library and plugin files that looked like system library and system files which would have deleted original files on a 'make install'. Cygwin is not tested yet, but this needed to get fixed before a cygwin user wiped out his system library files.
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
|
|
#
|
|
# blessed are those who try to make Windows behave like it should ...
|
|
#
|
|
|
|
ifeq ($(OS),CYGWIN)
|
|
TARGET_BASENAME := $(PLUGIN_PREFIX)$(TARGET_BASENAME)
|
|
PLUGIN_PREFIX := cyg
|
|
endif
|
|
|