X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2275c7326890f3322d1f140b5687a75810bc81af..6a603a10e77f719458939d117e46f7d8ed0b372b:/build/bakefiles/common.bkl?ds=sidebyside
diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl
index b6f2281ac1..89080fa27e 100644
--- a/build/bakefiles/common.bkl
+++ b/build/bakefiles/common.bkl
@@ -354,6 +354,20 @@ InputPath=..\..\include\wx\%s
$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
+
+
+
+ FIXME: THIS OBSOLETE CODE ISN'T NEEDED ANYMORE
+
+
+Creating $(SETUPHDIR)\wx\setup.h
+InputPath=..\..\include\wx\%s
+
+"$(SETUPHDIR)\wx\setup.h" : "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)"
+$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
+
+
+
@@ -412,6 +426,19 @@ InputPath=..\..\include\wx\msw\genrcdefs.h
"$(SETUPHDIR)\wx\msw\rcdefs.h" : "$(DOLLAR)(SOURCE)" "$(SETUPHDIR)\wx\msw"
$(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h"
+
+
+
+ FIXME: THIS OBSOLETE CODE ISN'T NEEDED ANYMORE
+
+
+Creating $(SETUPHDIR)\wx\msw\rcdefs.h
+InputPath=..\..\include\wx\msw\genrcdefs.h
+
+"$(SETUPHDIR)\wx\msw\rcdefs.h" : "$(SETUPHDIR)\wx\msw"
+$(TAB)$(VC_COMPILER) /EP /nologo "$(DOLLAR)(InputPath)" > "$(SETUPHDIR)\wx\msw\rcdefs.h"
+
+