Updated list of subprojects.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f762140de8
commit
80a779275a
@ -43,7 +43,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
|
||||
|
||||
### Targets: ###
|
||||
|
||||
all: access artprov calendar caret checklst config combo console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
|
||||
all: access animate artprov aui calendar caret checklst config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
|
||||
|
||||
clean:
|
||||
-if exist .\*.obj del .\*.obj
|
||||
@ -53,10 +53,18 @@ clean:
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>access.bat
|
||||
call access.bat
|
||||
@del access.bat
|
||||
@echo cd animate >animate.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>animate.bat
|
||||
call animate.bat
|
||||
@del animate.bat
|
||||
@echo cd artprov >artprov.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>artprov.bat
|
||||
call artprov.bat
|
||||
@del artprov.bat
|
||||
@echo cd aui >aui.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>aui.bat
|
||||
call aui.bat
|
||||
@del aui.bat
|
||||
@echo cd calendar >calendar.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>calendar.bat
|
||||
call calendar.bat
|
||||
@ -85,6 +93,10 @@ clean:
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>controls.bat
|
||||
call controls.bat
|
||||
@del controls.bat
|
||||
@echo cd dataview >dataview.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dataview.bat
|
||||
call dataview.bat
|
||||
@del dataview.bat
|
||||
@echo cd db >db.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>db.bat
|
||||
call db.bat
|
||||
@ -269,6 +281,10 @@ clean:
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>render.bat
|
||||
call render.bat
|
||||
@del render.bat
|
||||
@echo cd richtext >richtext.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>richtext.bat
|
||||
call richtext.bat
|
||||
@del richtext.bat
|
||||
@echo cd rotate >rotate.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>rotate.bat
|
||||
call rotate.bat
|
||||
@ -360,12 +376,24 @@ access:
|
||||
call access.bat
|
||||
@del access.bat
|
||||
|
||||
animate:
|
||||
@echo cd animate >animate.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>animate.bat
|
||||
call animate.bat
|
||||
@del animate.bat
|
||||
|
||||
artprov:
|
||||
@echo cd artprov >artprov.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>artprov.bat
|
||||
call artprov.bat
|
||||
@del artprov.bat
|
||||
|
||||
aui:
|
||||
@echo cd aui >aui.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>aui.bat
|
||||
call aui.bat
|
||||
@del aui.bat
|
||||
|
||||
calendar:
|
||||
@echo cd calendar >calendar.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>calendar.bat
|
||||
@ -408,6 +436,12 @@ controls:
|
||||
call controls.bat
|
||||
@del controls.bat
|
||||
|
||||
dataview:
|
||||
@echo cd dataview >dataview.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dataview.bat
|
||||
call dataview.bat
|
||||
@del dataview.bat
|
||||
|
||||
db:
|
||||
@echo cd db >db.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>db.bat
|
||||
@ -684,6 +718,12 @@ render:
|
||||
call render.bat
|
||||
@del render.bat
|
||||
|
||||
richtext:
|
||||
@echo cd richtext >richtext.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>richtext.bat
|
||||
call richtext.bat
|
||||
@del richtext.bat
|
||||
|
||||
rotate:
|
||||
@echo cd rotate >rotate.bat
|
||||
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>rotate.bat
|
||||
|
@ -33,13 +33,15 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
||||
|
||||
### Targets: ###
|
||||
|
||||
all: access artprov calendar caret checklst config combo console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
|
||||
all: access animate artprov aui calendar caret checklst config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
|
||||
|
||||
clean:
|
||||
-if exist .\*.o del .\*.o
|
||||
-if exist .\*.d del .\*.d
|
||||
$(MAKE) -C access -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C animate -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C artprov -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C aui -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C calendar -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C caret -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C checklst -f makefile.gcc $(MAKEARGS) clean
|
||||
@ -47,6 +49,7 @@ clean:
|
||||
$(MAKE) -C combo -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C console -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C controls -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C dataview -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C db -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C dialogs -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C dialup -f makefile.gcc $(MAKEARGS) clean
|
||||
@ -93,6 +96,7 @@ clean:
|
||||
$(MAKE) -C propsize -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C regtest -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C render -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C richtext -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C rotate -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C sashtest -f makefile.gcc $(MAKEARGS) clean
|
||||
$(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) clean
|
||||
@ -118,9 +122,15 @@ clean:
|
||||
access:
|
||||
$(MAKE) -C access -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
animate:
|
||||
$(MAKE) -C animate -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
artprov:
|
||||
$(MAKE) -C artprov -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
aui:
|
||||
$(MAKE) -C aui -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
calendar:
|
||||
$(MAKE) -C calendar -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
@ -142,6 +152,9 @@ console:
|
||||
controls:
|
||||
$(MAKE) -C controls -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
dataview:
|
||||
$(MAKE) -C dataview -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
db:
|
||||
$(MAKE) -C db -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
@ -280,6 +293,9 @@ regtest:
|
||||
render:
|
||||
$(MAKE) -C render -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
richtext:
|
||||
$(MAKE) -C richtext -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
rotate:
|
||||
$(MAKE) -C rotate -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
@ -343,7 +359,7 @@ wizard:
|
||||
mfc:
|
||||
$(MAKE) -C mfc -f makefile.gcc $(MAKEARGS) all
|
||||
|
||||
.PHONY: all clean access artprov calendar caret checklst config combo console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
|
||||
.PHONY: all clean access animate artprov aui calendar caret checklst config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
|
||||
|
||||
|
||||
# Dependencies tracking:
|
||||
|
@ -34,7 +34,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
|
||||
|
||||
### Targets: ###
|
||||
|
||||
all: sub_access sub_artprov sub_calendar sub_caret sub_checklst sub_config sub_combo sub_console sub_controls sub_db sub_dialogs sub_dialup sub_display sub_dnd sub_docview sub_docvwmdi sub_dragimag sub_drawing sub_dynamic sub_erase sub_event sub_exec sub_except sub_font sub_grid sub_help sub_htlbox sub_html sub_image sub_internat sub_ipc sub_joytest sub_keyboard sub_layout sub_listbox sub_listctrl sub_mdi sub_mediaplayer sub_memcheck sub_menu sub_minifram sub_minimal sub_mobile sub_multimon sub_nativdlg sub_notebook sub_oleauto sub_opengl sub_ownerdrw sub_png sub_popup sub_printing sub_propsize sub_regtest sub_render sub_rotate sub_sashtest sub_scroll sub_scrollsub sub_shaped sub_sockets sub_sound sub_splash sub_splitter sub_statbar sub_taskbar sub_text sub_thread sub_toolbar sub_treectrl sub_typetest sub_validate sub_vscroll sub_widgets sub_wizard sub_mfc
|
||||
all: sub_access sub_animate sub_artprov sub_aui sub_calendar sub_caret sub_checklst sub_config sub_combo sub_console sub_controls sub_dataview sub_db sub_dialogs sub_dialup sub_display sub_dnd sub_docview sub_docvwmdi sub_dragimag sub_drawing sub_dynamic sub_erase sub_event sub_exec sub_except sub_font sub_grid sub_help sub_htlbox sub_html sub_image sub_internat sub_ipc sub_joytest sub_keyboard sub_layout sub_listbox sub_listctrl sub_mdi sub_mediaplayer sub_memcheck sub_menu sub_minifram sub_minimal sub_mobile sub_multimon sub_nativdlg sub_notebook sub_oleauto sub_opengl sub_ownerdrw sub_png sub_popup sub_printing sub_propsize sub_regtest sub_render sub_richtext sub_rotate sub_sashtest sub_scroll sub_scrollsub sub_shaped sub_sockets sub_sound sub_splash sub_splitter sub_statbar sub_taskbar sub_text sub_thread sub_toolbar sub_treectrl sub_typetest sub_validate sub_vscroll sub_widgets sub_wizard sub_mfc
|
||||
|
||||
clean:
|
||||
-if exist .\*.obj del .\*.obj
|
||||
@ -43,9 +43,15 @@ clean:
|
||||
cd access
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd animate
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd artprov
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd aui
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd calendar
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
@ -67,6 +73,9 @@ clean:
|
||||
cd controls
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd dataview
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd db
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
@ -205,6 +214,9 @@ clean:
|
||||
cd render
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd richtext
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd rotate
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
@ -274,11 +286,21 @@ sub_access:
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_animate:
|
||||
cd animate
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_artprov:
|
||||
cd artprov
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_aui:
|
||||
cd aui
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_calendar:
|
||||
cd calendar
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
@ -314,6 +336,11 @@ sub_controls:
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_dataview:
|
||||
cd dataview
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_db:
|
||||
cd db
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
@ -544,6 +571,11 @@ sub_render:
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_richtext:
|
||||
cd richtext
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_rotate:
|
||||
cd rotate
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) all
|
||||
|
@ -48,7 +48,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
|
||||
|
||||
### Targets: ###
|
||||
|
||||
all : .SYMBOLIC access artprov calendar caret checklst config combo console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
|
||||
all : .SYMBOLIC access animate artprov aui calendar caret checklst config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
|
||||
|
||||
clean : .SYMBOLIC
|
||||
-if exist .\*.obj del .\*.obj
|
||||
@ -59,9 +59,15 @@ clean : .SYMBOLIC
|
||||
cd access
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
cd animate
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
cd artprov
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
cd aui
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
cd calendar
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
@ -83,6 +89,9 @@ clean : .SYMBOLIC
|
||||
cd controls
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
cd dataview
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
cd db
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
@ -221,6 +230,9 @@ clean : .SYMBOLIC
|
||||
cd render
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
cd richtext
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
cd rotate
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
|
||||
cd $(WATCOM_CWD)
|
||||
@ -290,11 +302,21 @@ access : .SYMBOLIC
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
cd $(WATCOM_CWD)
|
||||
|
||||
animate : .SYMBOLIC
|
||||
cd animate
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
cd $(WATCOM_CWD)
|
||||
|
||||
artprov : .SYMBOLIC
|
||||
cd artprov
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
cd $(WATCOM_CWD)
|
||||
|
||||
aui : .SYMBOLIC
|
||||
cd aui
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
cd $(WATCOM_CWD)
|
||||
|
||||
calendar : .SYMBOLIC
|
||||
cd calendar
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
@ -330,6 +352,11 @@ controls : .SYMBOLIC
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
cd $(WATCOM_CWD)
|
||||
|
||||
dataview : .SYMBOLIC
|
||||
cd dataview
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
cd $(WATCOM_CWD)
|
||||
|
||||
db : .SYMBOLIC
|
||||
cd db
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
@ -560,6 +587,11 @@ render : .SYMBOLIC
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
cd $(WATCOM_CWD)
|
||||
|
||||
richtext : .SYMBOLIC
|
||||
cd richtext
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
cd $(WATCOM_CWD)
|
||||
|
||||
rotate : .SYMBOLIC
|
||||
cd rotate
|
||||
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
|
||||
|
@ -3,18 +3,6 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "calendar"=.\calendar\calendar.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "artprov"=.\artprov\artprov.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
@ -27,6 +15,30 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "animate"=.\animate\anitest.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "aui"=.\aui\auidemo.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "caret"=.\caret\caret.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
@ -39,6 +51,18 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "calendar"=.\calendar\calendar.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "checklst"=.\checklst\checklst.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
@ -75,6 +99,18 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "dataview"=.\dataview\dataview.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "db"=.\db\db.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
@ -483,6 +519,18 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "mediaplayer"=.\mediaplayer\mediaplayer.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "memcheck"=.\memcheck\memcheck.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
@ -639,6 +687,18 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "richtext"=.\richtext\richtext.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "rotate"=.\rotate\rotate.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
|
Loading…
Reference in New Issue
Block a user