]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/erase/makefile.wat
Suppress warnings about double to int truncation in wxHTML code.
[wxWidgets.git] / samples / erase / makefile.wat
index a7eb8220e1e98c7e7d08385966bd43f41e304da5..74baca1f232a72991d2bc0b1b0a785fc023479b6 100644 (file)
@@ -248,7 +248,7 @@ clean : .SYMBOLIC
        -if exist $(OBJS)\*.pch del $(OBJS)\*.pch\r
        -if exist $(OBJS)\erase.exe del $(OBJS)\erase.exe\r
 \r
-$(OBJS)\erase.exe :  $(ERASE_OBJECTS) $(OBJS)\erase_erase.res\r
+$(OBJS)\erase.exe :  $(ERASE_OBJECTS) $(OBJS)\erase_sample.res
        @%create $(OBJS)\erase.lbc\r
        @%append $(OBJS)\erase.lbc option quiet\r
        @%append $(OBJS)\erase.lbc name $^@\r
@@ -256,13 +256,13 @@ $(OBJS)\erase.exe :  $(ERASE_OBJECTS) $(OBJS)\erase_erase.res
        @%append $(OBJS)\erase.lbc  $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS)\r
        @for %i in ($(ERASE_OBJECTS)) do @%append $(OBJS)\erase.lbc file %i\r
        @for %i in ( $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p)  wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE)  $(__CAIRO_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib) do @%append $(OBJS)\erase.lbc library %i\r
-       @%append $(OBJS)\erase.lbc option resource=$(OBJS)\erase_erase.res\r
+       @%append $(OBJS)\erase.lbc option resource=$(OBJS)\erase_sample.res
        @for %i in () do @%append $(OBJS)\erase.lbc option stack=%i\r
        wlink @$(OBJS)\erase.lbc\r
 \r
+$(OBJS)\erase_sample.res :  .AUTODEPEND .\..\..\samples\sample.rc
+       wrc -q -ad -bt=nt -r -fo=$^@    -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p)  -i=$(SETUPHDIR) -i=.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<
+
 $(OBJS)\erase_erase.obj :  .AUTODEPEND .\erase.cpp\r
        $(CXX) -bt=nt -zq -fo=$^@ $(ERASE_CXXFLAGS) $<\r
 \r
-$(OBJS)\erase_erase.res :  .AUTODEPEND .\erase.rc\r
-       wrc -q -ad -bt=nt -r -fo=$^@    -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p)  -i=$(SETUPHDIR) -i=.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<\r
-\r