Changed remaining _WIN32 to WIN32.

Added 'all' target to Makefile. Do we need the 'default' target?


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8194 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2011-01-05 22:28:39 +00:00
parent 974c369e3b
commit 3eb5a172a3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ ALL = howto-add_fd-and-popen$(EXEEXT) \
wizard-simple$(EXEEXT)
# default target -- build everything
default: $(ALL)
default all: $(ALL)
# clean everything
clean:
+1 -1
View File
@@ -36,7 +36,7 @@
#include <FL/Fl_Window.H>
#include <FL/Fl_Multi_Browser.H>
#ifdef _WIN32
#ifdef WIN32
# define PING_CMD "ping -n 10 localhost" // 'slow command' under windows
# ifdef _MSC_VER
# define popen _popen