X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0537351f78760cea11b1e8131d25f44fed26fdac..daa616fca06ce77df132d31eda6d1f829b449aad:/src/msw/makefile.vc diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index 35f0b0f0f8..7a23f0da1c 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 18:20, 2001/05/27 +# This file was automatically generated by tmake at 21:02, 2001/06/26 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T! # File: makefile.vc @@ -47,6 +47,8 @@ OLEDIR=ole MSWDIR=$(WXDIR)\src\msw DOCDIR = $(WXDIR)\docs HTMLDIR = $(WXDIR)\src\html +JPEGDIR = $(WXDIR)\src\jpeg +TIFFDIR = $(WXDIR)\src\tiff {..\generic}.cpp{..\generic\$D}.obj: cl @<< @@ -114,7 +116,8 @@ GENERICOBJS= ..\generic\$D\busyinfo.obj \ # These are generic things that don't need to be compiled on MSW, # but sometimes it's useful to do so for testing purposes. -NONESSENTIALOBJS= ..\generic\$D\caret.obj \ +NONESSENTIALOBJS= ..\generic\$D\accel.obj \ + ..\generic\$D\caret.obj \ ..\generic\$D\colrdlgg.obj \ ..\generic\$D\dcpsg.obj \ ..\generic\$D\dirdlgg.obj \ @@ -140,6 +143,7 @@ COMMONOBJS = \ ..\common\$D\choiccmn.obj \ ..\common\$D\clipcmn.obj \ ..\common\$D\cmdline.obj \ + ..\common\$D\cmdproc.obj \ ..\common\$D\cmndata.obj \ ..\common\$D\config.obj \ ..\common\$D\cshelp.obj \ @@ -148,6 +152,7 @@ COMMONOBJS = \ ..\common\$D\datetime.obj \ ..\common\$D\datstrm.obj \ ..\common\$D\db.obj \ + ..\common\$D\dbgrid.obj \ ..\common\$D\dbtable.obj \ ..\common\$D\dcbase.obj \ ..\common\$D\dircmn.obj \ @@ -325,6 +330,7 @@ MSWOBJS = ..\msw\$D\accel.obj \ ..\msw\$D\scrolbar.obj \ ..\msw\$D\settings.obj \ ..\msw\$D\slider95.obj \ + ..\msw\$D\snglinst.obj \ ..\msw\$D\spinbutt.obj \ ..\msw\$D\spinctrl.obj \ ..\msw\$D\statbmp.obj \ @@ -381,7 +387,7 @@ setuph: if not exist setup.h copy setup0.h setup.h cd $(WXDIR)\src\msw -dirs: $(MSWDIR)\$D $(COMMDIR)\$D $(GENDIR)\$D $(OLEDIR)\$D $(HTMLDIR)\$D +dirs: $(MSWDIR)\$D $(COMMDIR)\$D $(GENDIR)\$D $(OLEDIR)\$D $(HTMLDIR)\$D $(JPEGDIR)\$D $(TIFFDIR)\$D $D: mkdir $D @@ -401,6 +407,12 @@ $(OLEDIR)\$D: $(HTMLDIR)\$D: mkdir $(HTMLDIR)\$D +$(JPEGDIR)\$D: + mkdir $(JPEGDIR)\$D + +$(TIFFDIR)\$D: + mkdir $(TIFFDIR)\$D + # wxWindows library as DLL dll: nmake -f makefile.vc all FINAL=$(FINAL) DLL=1 WXMAKINGDLL=1 NEW_WXLIBNAME=$(NEW_WXLIBNAME) @@ -643,17 +655,29 @@ clean: $(PERIPH_CLEAN_TARGET) -erase $(MSWDIR)\$D\*.obj -erase $(MSWDIR)\$D\*.sbr -erase $(MSWDIR)\$D\*.pdb + -erase $(MSWDIR)\$D\*.pch -erase $(OLEDIR)\$D\*.obj -erase $(OLEDIR)\$D\*.sbr -erase $(OLEDIR)\$D\*.pdb -erase $(HTMLDIR)\$D\*.obj -erase $(HTMLDIR)\$D\*.sbr -erase $(HTMLDIR)\$D\*.pdb + -erase $(JPEGDIR)\$D\*.obj + -erase $(JPEGDIR)\$D\*.sbr + -erase $(JPEGDIR)\$D\*.idb + -erase $(JPEGDIR)\$D\*.pdb + -erase $(TIFFDIR)\$D\*.obj + -erase $(TIFFDIR)\$D\*.sbr + -erase $(TIFFDIR)\$D\*.pdb + -erase $(TIFFDIR)\$D\*.idb -rmdir $(D) - -rmdir ole\$(D) - -rmdir ..\generic\$(D) - -rmdir ..\common\$(D) - -rmdir ..\html\$(D) + -rmdir $(GENDIR)\$(D) + -rmdir $(COMMDIR)\$(D) + -rmdir $(MSWDIR)\$(D) + -rmdir $(OLEDIR)\$(D) + -rmdir $(HTMLDIR)\$(D) + -rmdir $(JPEGDIR)\$(D) + -rmdir $(TIFFDIR)\$(D) # Making documents docs: allhlp allhtml allpdfrtf allhtb allhtmlhelp