]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/emulator/src/makefile.wat
Rebake after MSLU and other changes
[wxWidgets.git] / utils / emulator / src / makefile.wat
index aaa5c5c6a876b8095c291ecfefeda3035635dd06..edc9f485ac78d137da07174290d65dc2eef7464e 100644 (file)
@@ -249,7 +249,7 @@ data : .SYMBOLIC
        for %f in (default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
 
 $(OBJS)\wxemulator_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) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples $<
+       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)  -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples $<
 
 $(OBJS)\wxemulator_emulator.obj :  .AUTODEPEND .\emulator.cpp
        $(CXX) -zq -fo=$^@ $(WXEMULATOR_CXXFLAGS) $<