Skip to content

Commit

Permalink
Some small Win32 makefile fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Jun 20, 2012
1 parent 6403519 commit 499b22c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions win32/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ DEVLARC = $(DEVLDIR).zip

# Edit the vars below to change target settings.
TARGET = libssh2
VERSION = $(LIBSSH2_VERSION)
COPYR = (c) $(LIBSSH2_COPYRIGHT_STR)
WWWURL = http://www.libssh2.org/
DESCR = libssh2 $(LIBSSH2_VERSION_STR)
#STACK = 64000
Expand Down
4 changes: 1 addition & 3 deletions win32/test/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ LINK_STATIC = 1
# Edit the vars below to change target settings.
SAMPLES = ../../example
TARGETS := $(filter-out x11.exe,$(patsubst $(SAMPLES)/%.c,%.exe,$(strip $(wildcard $(SAMPLES)/*.c))))
VERSION = $(LIBSSH2_VERSION)
COPYR = (c) $(LIBSSH2_COPYRIGHT_STR)
WWWURL = http://www.libssh2.org/
DESCR = libssh2 $(subst .rc,,$(notdir $@)) $(LIBSSH2_VERSION_STR)
#STACK = 64000
Expand Down Expand Up @@ -226,7 +224,7 @@ $(OBJDIR)/%.rc: GNUmakefile $(OBJDIR)/version.inc
@echo $(DL) BEGIN$(DL) >> $@
@echo $(DL) BLOCK "040904E4"$(DL) >> $@
@echo $(DL) BEGIN$(DL) >> $@
@echo $(DL) VALUE "LegalCopyright","$(COPYR)\0"$(DL) >> $@
@echo $(DL) VALUE "LegalCopyright","\xA9 $(LIBSSH2_COPYRIGHT_STR)\0"$(DL) >> $@
ifdef COMPANY
@echo $(DL) VALUE "CompanyName","$(COMPANY)\0"$(DL) >> $@
endif
Expand Down

0 comments on commit 499b22c

Please sign in to comment.