X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e0fbb3dbf4501b4113f2d5fe775850b7dabc477..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/samples/exec/makefile.wat?ds=sidebyside

diff --git a/samples/exec/makefile.wat b/samples/exec/makefile.wat
index f792d783f7..71670dee13 100644
--- a/samples/exec/makefile.wat
+++ b/samples/exec/makefile.wat
@@ -246,7 +246,7 @@ clean : .SYMBOLIC
 	-if exist $(OBJS)\*.pch del $(OBJS)\*.pch
 	-if exist $(OBJS)\exec.exe del $(OBJS)\exec.exe
 
-$(OBJS)\exec.exe :  $(EXEC_OBJECTS) $(OBJS)\exec_exec.res
+$(OBJS)\exec.exe :  $(EXEC_OBJECTS) $(OBJS)\exec_sample.res
 	@%create $(OBJS)\exec.lbc
 	@%append $(OBJS)\exec.lbc option quiet
 	@%append $(OBJS)\exec.lbc name $^@
@@ -254,13 +254,13 @@ $(OBJS)\exec.exe :  $(EXEC_OBJECTS) $(OBJS)\exec_exec.res
 	@%append $(OBJS)\exec.lbc $(LDFLAGS) $(__DEBUGINFO_1)  libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
 	@for %i in ($(EXEC_OBJECTS)) do @%append $(OBJS)\exec.lbc file %i
 	@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)  $(__GDIPLUS_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) do @%append $(OBJS)\exec.lbc library %i
-	@%append $(OBJS)\exec.lbc option resource=$(OBJS)\exec_exec.res
+	@%append $(OBJS)\exec.lbc option resource=$(OBJS)\exec_sample.res
 	@for %i in () do @%append $(OBJS)\exec.lbc option stack=%i
 	wlink @$(OBJS)\exec.lbc
 
+$(OBJS)\exec_sample.res :  .AUTODEPEND .\..\..\samples\sample.rc
+	wrc -q -ad -bt=nt -r -fo=$^@    -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p)  $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<
+
 $(OBJS)\exec_exec.obj :  .AUTODEPEND .\exec.cpp
 	$(CXX) -bt=nt -zq -fo=$^@ $(EXEC_CXXFLAGS) $<
 
-$(OBJS)\exec_exec.res :  .AUTODEPEND .\exec.rc
-	wrc -q -ad -bt=nt -r -fo=$^@    -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p)  $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<
-