makeg95.env edited for Mingw32/gcc 2.95 compilation; _T not redefined for
Mingw32; removed init.cpp from makefile.vc (tmake keeps generating it); added spinctrl.cpp to MSW section in filelist.txt. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,9 +20,9 @@ $(TARGET)_resources.o: $(TARGET).rc
|
||||
$(RESCOMP) $(RCINPUTSWITCH) $(TARGET).rc $(RCOUTPUTSWITCH) $(TARGET)_resources.o $(RESFLAGS)
|
||||
|
||||
clean:
|
||||
erase *.o
|
||||
erase $(TARGET)_resources.o
|
||||
erase $(TARGET).exe
|
||||
erase core
|
||||
erase *.rsc
|
||||
erase *.res
|
||||
rm -f *.o
|
||||
rm -f $(TARGET)_resources.o
|
||||
rm -f $(TARGET).exe
|
||||
rm -f core
|
||||
rm -f *.rsc
|
||||
rm -f *.res
|
||||
|
||||
Reference in New Issue
Block a user