X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04ef50df3a0fa3c343800c554e609f98fc7575cc..bcb7cc7693846151a179c6f199105c19df2c77a2:/samples/minimal/makefile.mic diff --git a/samples/minimal/makefile.mic b/samples/minimal/makefile.mic index c73f434bcd..f560e6912d 100644 --- a/samples/minimal/makefile.mic +++ b/samples/minimal/makefile.mic @@ -3,7 +3,7 @@ # Copyright (c) 2000 Martin Jolicoeur, Greg Haerr ############################################################################## -TOP=/home/julians/microwindows/microwin/src +TOP=/home/julians/local/microwindows/microwin/src CONFIG = $(TOP)/config WXDIR = ../.. OBJSUFF = o @@ -25,7 +25,7 @@ include $(CONFIG) # Directories list for header files INCLUDEDIRS += -I$(WXDIR)/include # Defines for preprocessor -DEFINES += -DMWIN -D__WXMICROWIN__ -D__WIN32__ -D__WIN95__ -DHAVE_BOOL -DMICROWIN_TODO=1 -D__UNIX__ -DHAVE_NANOSLEEP -DMICROWIN_NOCONTROLS -D__WXDEBUG__ +DEFINES += -DMWIN -D__WXMSW__ -D__WXMICROWIN__ -D__WXUNIVERSAL__ -D__WIN32__ -D__WIN95__ -DHAVE_BOOL -DMICROWIN_TODO=1 -D__UNIX__ -DHAVE_NANOSLEEP -DMICROWIN_NOCONTROLS -D__WXDEBUG__ -DwxSIZE_T_IS_UINT -DWXWIN_OS_DESCRIPTION="\"MicroWindows\"" # Compilation flags for C files OTHER than include directories CFLAGS += @@ -85,4 +85,7 @@ cleanwx: -$(RM) minimal wx: - @pushd $(WXDIR)/src/microwin; make all; popd + @pushd $(WXDIR)/src/msw; make -f makefile.mic all; popd + +wxfull: + @pushd $(WXDIR)/src/msw; make -f makefile.mic cleanwx all; popd