mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Disable debugging for Win32.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@1643 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6ec5d8d5a4
commit
7a52d65d14
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Jul 10 17:11:53 1996 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* Source/Makefile.sed.nt: Disable debugging by default.
|
||||
|
||||
Wed Jun 26 12:43:17 1996 GNUstep Development <gnustep@duncan.ocbi.com>
|
||||
|
||||
* Source/NSButton.m (mouseDown:): Correct cell state changes for
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
s/@configure_input@/ Generated from Makefile.in by configure.bat/
|
||||
s/@srcdir@/./
|
||||
s/@CC@/gcc -fgnu-runtime -O -DDEBUGLOG -D__MS_WIN32__/
|
||||
s/@CC@ -g/gcc -fgnu-runtime -O -D__MS_WIN32__/
|
||||
s/@CPPFLAGS@//
|
||||
s/@prefix@/$(MB_DEV)/
|
||||
s/@exec_prefix@/$(prefix)/
|
||||
|
|
Loading…
Reference in a new issue