re-enable xtray, disable plugin-tray if installed
This commit is contained in:
@@ -9,6 +9,8 @@ all:
|
||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
||||
@cd ..\xdcc
|
||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
||||
@cd ..\xtray
|
||||
@-$(MAKE) /nologo /s /f makefile.mak $@
|
||||
|
||||
clean:
|
||||
@del ewc\*.def
|
||||
@@ -36,3 +38,8 @@ clean:
|
||||
@del xdcc\*.exp
|
||||
@del xdcc\*.lib
|
||||
@del xdcc\*.obj
|
||||
@del xtray\*.def
|
||||
@del xtray\*.dll
|
||||
@del xtray\*.exp
|
||||
@del xtray\*.lib
|
||||
@del xtray\*.obj
|
||||
|
||||
@@ -10,7 +10,7 @@ utility.obj \
|
||||
xchat.obj \
|
||||
xtray.obj
|
||||
|
||||
CPPFLAGS = $(CPPFLAGS) /D_STL70_ /D_STATIC_CPPLIB /EHsc
|
||||
CPPFLAGS = $(CPPFLAGS) /D_STL70_ /D_STATIC_CPPLIB /EHsc /DUNICODE /D_UNICODE
|
||||
|
||||
all: $(TRAY_OBJECTS) $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user