mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-03 20:46:01 +01:00
first checked in
This commit is contained in:
parent
3f3223283a
commit
a78d3efb66
1 changed files with 47 additions and 0 deletions
47
symbian/group/Makefile
Normal file
47
symbian/group/Makefile
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
# -*- mode: makefile; -*-
|
||||||
|
|
||||||
|
# SRC = \
|
||||||
|
# ../src/helloworldbasic.cpp \
|
||||||
|
# ../src/helloworldbasicapplication.cpp \
|
||||||
|
# ../src/helloworldbasicappui.cpp \
|
||||||
|
# ../src/helloworldbasicappview.cpp \
|
||||||
|
# ../src/helloworldbasicdocument.cpp \
|
||||||
|
|
||||||
|
# INC = \
|
||||||
|
# ../inc/helloworldbasic.hrh \
|
||||||
|
# ../inc/helloworldbasic.pan \
|
||||||
|
# ../inc/helloworldbasicapplication.h \
|
||||||
|
# ../inc/helloworldbasicappui.h \
|
||||||
|
# ../inc/helloworldbasicappview.h \
|
||||||
|
# ../inc/helloworldbasicdocument.h \
|
||||||
|
|
||||||
|
# BLDMAKE_FLAGS = -v
|
||||||
|
|
||||||
|
all: wins
|
||||||
|
|
||||||
|
wins:
|
||||||
|
bldmake $(BLDMAKE_FLAGS) bldfiles
|
||||||
|
abLD.BAT build wins udeb
|
||||||
|
|
||||||
|
armi:
|
||||||
|
bldmake $(BLDMAKE_FLAGS) bldfiles
|
||||||
|
abLD.BAT build armi udeb
|
||||||
|
|
||||||
|
# build project files for M$ VC++ version 6, e.g. for source-level
|
||||||
|
# debugging
|
||||||
|
vc6:
|
||||||
|
makmake.exe xwords vc6
|
||||||
|
|
||||||
|
clean:
|
||||||
|
abLD.BAT clean wins udeb
|
||||||
|
abLD.BAT clean armi udeb
|
||||||
|
bldmake $(BLDMAKE_FLAGS) clean
|
||||||
|
|
||||||
|
# all: ./ABLD.BAT $(SRC)
|
||||||
|
# (PATH=$$(echo $$(echo $$PATH | sed -e 's/\/usr\/local\/bin:\/usr\/bin:\/usr\/bin://'):/usr/local/bin:/usr/bin:/usr/bin); \
|
||||||
|
# ./ABLD.BAT build wins udeb)
|
||||||
|
|
||||||
|
|
||||||
|
# ./ABLD.BAT: helloworldbasic.mmp Makefile
|
||||||
|
# (PATH=$$(echo $$(echo $$PATH | sed -e 's/\/usr\/local\/bin:\/usr\/bin:\/usr\/bin://'):/usr/local/bin:/usr/bin:/usr/bin); \
|
||||||
|
# bldmake bldfiles)
|
Loading…
Add table
Reference in a new issue