]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/widget/makefile.wat
regenerated makefiles
[wxWidgets.git] / samples / html / widget / makefile.wat
index 0e971894fda165e9c1c3cae19ac86e1a1c2108d8..33ad8863fc1a3a040f4c12a31437fe0b24730178 100644 (file)
@@ -4,7 +4,7 @@
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
-!include ../../../build/config.wat
+!include ../../../build/msw/config.wat
 
 # -------------------------------------------------------------------------
 # Do not modify the rest of this file!
@@ -171,6 +171,7 @@ WIDGET_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm &
 WIDGET_OBJECTS =  &
        $(OBJS)\widget_widget.obj
 
+MAKEARGS = BUILD=$(BUILD) CFG=$(CFG) CPPFLAGS=$(CPPFLAGS) CXX=$(CXX) CXXFLAGS=$(CXXFLAGS) DEBUG_FLAG=$(DEBUG_FLAG) DEBUG_INFO=$(DEBUG_INFO) LDFLAGS=$(LDFLAGS) MONOLITHIC=$(MONOLITHIC) OFFICIAL_BUILD=$(OFFICIAL_BUILD) RUNTIME_LIBS=$(RUNTIME_LIBS) SHARED=$(SHARED) UNICODE=$(UNICODE) USE_GUI=$(USE_GUI) WXUNIV=$(WXUNIV)
 
 
 all : $(OBJS)
@@ -194,7 +195,7 @@ clean : .SYMBOLIC
        -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
        -if exist $(OBJS)\widget.exe del $(OBJS)\widget.exe
 
-data :  
+data : .SYMBOLIC 
        if not exist $(OBJS) mkdir $(OBJS)
        for %f in (start.htm) do if not exist $(OBJS)\%f copy .\%f $(OBJS)