mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-11 16:20:20 +00:00
remove a few dependencies
This commit is contained in:
@@ -32,6 +32,7 @@ xchat-icon.obj: xchat.res
|
||||
|
||||
clean:
|
||||
del *.obj
|
||||
del fe-gtk\mmx_cmod.o
|
||||
del $(PROG)
|
||||
del xchat.rc
|
||||
del xchat.RES
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
all:
|
||||
copy ..\plugins\xchat-plugin.h common
|
||||
@cd pixmaps
|
||||
@-$(MAKE) -f makefile.mak $@
|
||||
@cd ..\common
|
||||
@cd common
|
||||
@-$(MAKE) -f makefile.mak $@
|
||||
@cd ..\fe-gtk
|
||||
@-$(MAKE) -f makefile.mak $@
|
||||
|
||||
@@ -35,7 +35,7 @@ OPENSSLPATH = c:\mozilla-build\build\openssl-wdk-1.0.0a-x86
|
||||
CFLAGS = $(CFLAGS) /DUSE_OPENSSL /I$(OPENSSLPATH)\include
|
||||
LIBS = $(LIBS) /libpath:$(OPENSSLPATH)\lib libeay32.lib ssleay32.lib
|
||||
|
||||
SPELL = -Ic:\mozilla-build\build\gtkspell-x86\include\gtkspell-2.0
|
||||
#SPELL = -Ic:\mozilla-build\build\gtkspell-x86\include\gtkspell-2.0
|
||||
#LIBS = $(LIBS) /libpath:c:\mozilla-build\build\gtkspell-x86\lib libgtkspell.a
|
||||
|
||||
LDFLAGS = $(LDFLAGS) msvcrt_winxp.obj
|
||||
|
||||
Reference in New Issue
Block a user