mirror of
https://github.com/fltk/fltk.git
synced 2026-05-10 05:27:55 +08:00
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:
+1
-1
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user